Color Hex Logo

#02466a Color Hex

#02466A
(2,70,106)
0 Favorites   0 Comments

Color spaces of #02466a

RGB 270106
HSL0.560.960.21
HSV201°98°42°
CMYK 0.980.340.00   0.58
XYZ4.81675.433814.4306
Yxy5.43380.19520.2202
Hunter Lab23.3105-3.9096-20.3867
CIE-Lab27.9365-4.3524-26.2171

#02466a color RGB value is (2,70,106).

#02466a hex color red value is 2, green value is 70 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #02466a hue: 0.56 , saturation: 0.96 and the lightness value of 02466a is 0.21.

The process color (four color CMYK) of #02466a color hex is 0.98, 0.34, 0.00, 0.58. Web safe color of #02466a is #003366. Color #02466a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01000110 01101010
Octal 2 106 152
Decimal 2 70 106
Hex 2 46 6A

RGB Percentages of Color #02466a

%1.12
%39.33
%59.55

CMYK Percentages of Color #02466a

%98
%34
%0
%58

Triadic Colors of #02466a

#02466a #6a0246 #466a02

Analogous Colors of #02466a

#02466a #02126a #026a5a

Monochromatic Colors of #02466a

#02466a

Complementary Color

#02466a #6a2602

#02466a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02466a Color Preview on White Background

Lorem ipsum dolor sit amet.

#02466a Color CSS Codes

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

#02466a Text Font Color

<p style="color:#02466a">Text here</p>

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


#02466a Background Color

<div style="background-color:#02466a">
Div content here</div>

This div background color is #02466a


#02466a Border Color

<div style="border:3px solid #02466a">
Div here</div>

This div border color is #02466a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,70,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02466a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02466a;
  -webkit-box-shadow: 1px 1px 3px 2px #02466a;
  box-shadow:         1px 1px 3px 2px #02466a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02466a


Comments

No comments written yet.

Please login to write comment.