color codes Logo

#000b4a color codes

#000B4A
(0,11,74)
0 Favorites   0 Comments

Color spaces of #000b4a

RGB 01174
HSL0.641.000.15
HSV231°100°29°
CMYK 1.000.850.00   0.71
XYZ1.35570.73386.5487
Yxy0.73380.15690.0849
Hunter Lab8.566213.2588-39.3297
CIE-Lab6.628423.7224-39.3457

#000b4a color RGB value is (0,11,74).

#000b4a hex color red value is 0, green value is 11 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #000b4a hue: 0.64 , saturation: 1.00 and the lightness value of 000b4a is 0.15.

The process color (four color CMYK) of #000b4a color code is 1.00, 0.85, 0.00, 0.71. Web safe color of #000b4a is #000033. Color #000b4a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001011 01001010
Octal 0 13 112
Decimal 0 11 74
Hex 0 B 4A

RGB Percentages of Color #000b4a

%0.00
%12.94
%87.06

CMYK Percentages of Color #000b4a

%100
%85
%0
%71

Triadic Colors of #000b4a

#000b4a #4a000b #0b4a00

Analogous Colors of #000b4a

#000b4a #1a004a #00304a

Monochromatic Colors of #000b4a

#000b4a

Complementary Color

#000b4a #4a3f00

#000b4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000b4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#000b4a Color CSS Codes

.mybgcolor {background-color:#000b4a; } 
.myforecolor {color:#000b4a; }
.mybordercolor {border:3px solid #000b4a; }

#000b4a Text Font Color

<p style="color:#000b4a">Text here</p>

This sample text font color is #000b4a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#000b4a Background Color

<div style="background-color:#000b4a">
Div content here</div>

This div background color is #000b4a


#000b4a Border Color

<div style="border:3px solid #000b4a">
Div here</div>

This div border color is #000b4a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,11,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #000b4a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #000b4a;
  -webkit-box-shadow: 1px 1px 3px 2px #000b4a;
  box-shadow:         1px 1px 3px 2px #000b4a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,11,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #000b4a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #000b4a;
  -webkit-box-shadow: 1px 1px 3px 2px #000b4a;
  box-shadow:         1px 1px 3px 2px #000b4a;">
Div content here</div>

This div box has shadow with color #000b4a


Comments

No comments written yet.

Please login to write comment.