Color Hex Logo

#002f66 Color Hex

#002F66
(0,47,102)
0 Favorites   0 Comments

Color spaces of #002f66

RGB 047102
HSL0.591.000.20
HSV212°100°40°
CMYK 1.000.540.00   0.60
XYZ3.41482.992312.9680
Yxy2.99230.17620.1544
Hunter Lab17.29834.9652-32.3392
CIE-Lab20.01309.7569-36.3099

#002f66 color RGB value is (0,47,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101111 01100110
Octal 0 57 146
Decimal 0 47 102
Hex 0 2F 66

RGB Percentages of Color #002f66

%0.00
%31.54
%68.46

CMYK Percentages of Color #002f66

%100
%54
%0
%60

Triadic Colors of #002f66

#002f66 #66002f #2f6600

Analogous Colors of #002f66

#002f66 #040066 #006266

Monochromatic Colors of #002f66

#002f66

Complementary Color

#002f66 #663700

#002f66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002f66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002f66 Color CSS Codes

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

#002f66 Text Font Color

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

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


#002f66 Background Color

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

This div background color is #002f66


#002f66 Border Color

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

This div border color is #002f66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002f66

#002f66 Color Palettes


Comments

No comments written yet.

Please login to write comment.