Color Hex Logo

#02429b Color Hex

#02429B
(2,66,155)
0 Favorites   0 Comments

Color spaces of #02429b

RGB 266155
HSL0.600.970.31
HSV215°99°61°
CMYK 0.990.570.00   0.39
XYZ7.88966.275931.8059
Yxy6.27590.17160.1365
Hunter Lab25.051712.3748-57.7388
CIE-Lab30.098119.4111-53.2230

#02429b color RGB value is (2,66,155).

#02429b hex color red value is 2, green value is 66 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #02429b hue: 0.60 , saturation: 0.97 and the lightness value of 02429b is 0.31.

The process color (four color CMYK) of #02429b color hex is 0.99, 0.57, 0.00, 0.39. Web safe color of #02429b is #003399. Color #02429b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01000010 10011011
Octal 2 102 233
Decimal 2 66 155
Hex 2 42 9B

RGB Percentages of Color #02429b

%0.90
%29.60
%69.51

CMYK Percentages of Color #02429b

%99
%57
%0
%39

Triadic Colors of #02429b

#02429b #9b0242 #429b02

Analogous Colors of #02429b

#02429b #0e029b #028f9b

Monochromatic Colors of #02429b

#02429b

Complementary Color

#02429b #9b5b02

#02429b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02429b Color Preview on White Background

Lorem ipsum dolor sit amet.

#02429b Color CSS Codes

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

#02429b Text Font Color

<p style="color:#02429b">Text here</p>

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


#02429b Background Color

<div style="background-color:#02429b">
Div content here</div>

This div background color is #02429b


#02429b Border Color

<div style="border:3px solid #02429b">
Div here</div>

This div border color is #02429b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,66,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02429b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02429b;
  -webkit-box-shadow: 1px 1px 3px 2px #02429b;
  box-shadow:         1px 1px 3px 2px #02429b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02429b


Comments

No comments written yet.

Please login to write comment.