Color Hex Logo

#02569e Color Hex

#02569E
(2,86,158)
0 Favorites   0 Comments

Color spaces of #02569e

RGB 286158
HSL0.580.980.31
HSV208°99°62°
CMYK 0.990.460.00   0.38
XYZ9.52449.137133.6094
Yxy9.13710.18220.1748
Hunter Lab30.22763.3450-44.7638
CIE-Lab36.24697.0374-45.0839

#02569e color RGB value is (2,86,158).

#02569e hex color red value is 2, green value is 86 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #02569e hue: 0.58 , saturation: 0.98 and the lightness value of 02569e is 0.31.

The process color (four color CMYK) of #02569e color hex is 0.99, 0.46, 0.00, 0.38. Web safe color of #02569e is #006699. Color #02569e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01010110 10011110
Octal 2 126 236
Decimal 2 86 158
Hex 2 56 9E

RGB Percentages of Color #02569e

%0.81
%34.96
%64.23

CMYK Percentages of Color #02569e

%99
%46
%0
%38

Triadic Colors of #02569e

#02569e #9e0256 #569e02

Analogous Colors of #02569e

#02569e #02089e #029e98

Monochromatic Colors of #02569e

#02569e

Complementary Color

#02569e #9e4a02

#02569e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02569e Color Preview on White Background

Lorem ipsum dolor sit amet.

#02569e Color CSS Codes

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

#02569e Text Font Color

<p style="color:#02569e">Text here</p>

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


#02569e Background Color

<div style="background-color:#02569e">
Div content here</div>

This div background color is #02569e


#02569e Border Color

<div style="border:3px solid #02569e">
Div here</div>

This div border color is #02569e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,86,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02569e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02569e;
  -webkit-box-shadow: 1px 1px 3px 2px #02569e;
  box-shadow:         1px 1px 3px 2px #02569e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02569e


Comments

No comments written yet.

Please login to write comment.