Color Hex Logo

#000b67 Color Hex

#000B67
(0,11,103)
0 Favorites   0 Comments

Color spaces of #000b67

RGB 011103
HSL0.651.000.20
HSV234°100°40°
CMYK 1.000.890.00   0.60
XYZ2.56791.218612.9318
Yxy1.21860.15360.0729
Hunter Lab11.039022.2044-61.7287
CIE-Lab10.693934.9719-52.2858

#000b67 color RGB value is (0,11,103).

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

The process color (four color CMYK) of #000b67 color hex is 1.00, 0.89, 0.00, 0.60. Web safe color of #000b67 is #000066. Color #000b67 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001011 01100111
Octal 0 13 147
Decimal 0 11 103
Hex 0 B 67

RGB Percentages of Color #000b67

%0.00
%9.65
%90.35

CMYK Percentages of Color #000b67

%100
%89
%0
%60

Triadic Colors of #000b67

#000b67 #67000b #0b6700

Analogous Colors of #000b67

#000b67 #290067 #003e67

Monochromatic Colors of #000b67

#000b67

Complementary Color

#000b67 #675c00

#000b67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000b67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#000b67 Color CSS Codes

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

#000b67 Text Font Color

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

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


#000b67 Background Color

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

This div background color is #000b67


#000b67 Border Color

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

This div border color is #000b67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000b67


Comments

No comments written yet.

Please login to write comment.