Color Hex Logo

#002f67 Color Hex

#002F67
(0,47,103)
0 Favorites   0 Comments

Color spaces of #002f67

RGB 047103
HSL0.591.000.20
HSV213°100°40°
CMYK 1.000.540.00   0.60
XYZ3.46473.012313.2308
Yxy3.01230.17580.1528
Hunter Lab17.35605.2602-33.0487
CIE-Lab20.093110.2115-36.8321

#002f67 color RGB value is (0,47,103).

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

The process color (four color CMYK) of #002f67 color hex is 1.00, 0.54, 0.00, 0.60. Web safe color of #002f67 is #003366. Color #002f67 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101111 01100111
Octal 0 57 147
Decimal 0 47 103
Hex 0 2F 67

RGB Percentages of Color #002f67

%0.00
%31.33
%68.67

CMYK Percentages of Color #002f67

%100
%54
%0
%60

Triadic Colors of #002f67

#002f67 #67002f #2f6700

Analogous Colors of #002f67

#002f67 #050067 #006267

Monochromatic Colors of #002f67

#002f67

Complementary Color

#002f67 #673800

#002f67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002f67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002f67 Color CSS Codes

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

#002f67 Text Font Color

<p style="color:#002f67">Text here</p>

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


#002f67 Background Color

<div style="background-color:#002f67">
Div content here</div>

This div background color is #002f67


#002f67 Border Color

<div style="border:3px solid #002f67">
Div here</div>

This div border color is #002f67


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,47,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 #002f67">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002f67

#002f67 Color Palettes


Comments

No comments written yet.

Please login to write comment.