Color Hex Logo

#000b94 Color Hex

#000B94
(0,11,148)
0 Favorites   0 Comments

Color spaces of #000b94

RGB 011148
HSL0.651.000.29
HSV236°100°58°
CMYK 1.000.930.00   0.42
XYZ5.46502.377528.1878
Yxy2.37750.15170.0660
Hunter Lab15.419136.2822-97.5949
CIE-Lab17.355349.2108-69.9576

#000b94 color RGB value is (0,11,148).

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

The process color (four color CMYK) of #000b94 color hex is 1.00, 0.93, 0.00, 0.42. Web safe color of #000b94 is #000099. Color #000b94 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001011 10010100
Octal 0 13 224
Decimal 0 11 148
Hex 0 B 94

RGB Percentages of Color #000b94

%0.00
%6.92
%93.08

CMYK Percentages of Color #000b94

%100
%93
%0
%42

Triadic Colors of #000b94

#000b94 #94000b #0b9400

Analogous Colors of #000b94

#000b94 #3f0094 #005594

Monochromatic Colors of #000b94

#000b94

Complementary Color

#000b94 #948900

#000b94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000b94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#000b94 Color CSS Codes

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

#000b94 Text Font Color

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

This sample text font color is #000b94
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.


#000b94 Background Color

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

This div background color is #000b94


#000b94 Border Color

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

This div border color is #000b94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000b94


Comments

No comments written yet.

Please login to write comment.