Color Hex Logo

#02859f Color Hex

#02859F
(2,133,159)
0 Favorites   0 Comments

Color spaces of #02859f

RGB 2133159
HSL0.530.980.32
HSV190°99°62°
CMYK 0.990.160.00   0.38
XYZ14.670619.291235.7512
Yxy19.29120.21040.2767
Hunter Lab43.9217-17.2411-17.5153
CIE-Lab51.0262-20.6970-22.4147

#02859f color RGB value is (2,133,159).

#02859f hex color red value is 2, green value is 133 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #02859f hue: 0.53 , saturation: 0.98 and the lightness value of 02859f is 0.32.

The process color (four color CMYK) of #02859f color hex is 0.99, 0.16, 0.00, 0.38. Web safe color of #02859f is #009999. Color #02859f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10000101 10011111
Octal 2 205 237
Decimal 2 133 159
Hex 2 85 9F

RGB Percentages of Color #02859f

%0.68
%45.24
%54.08

CMYK Percentages of Color #02859f

%99
%16
%0
%38

Triadic Colors of #02859f

#02859f #9f0285 #859f02

Analogous Colors of #02859f

#02859f #02369f #029f6b

Monochromatic Colors of #02859f

#02859f

Complementary Color

#02859f #9f1c02

#02859f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02859f Color Preview on White Background

Lorem ipsum dolor sit amet.

#02859f Color CSS Codes

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

#02859f Text Font Color

<p style="color:#02859f">Text here</p>

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


#02859f Background Color

<div style="background-color:#02859f">
Div content here</div>

This div background color is #02859f


#02859f Border Color

<div style="border:3px solid #02859f">
Div here</div>

This div border color is #02859f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,133,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02859f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02859f;
  -webkit-box-shadow: 1px 1px 3px 2px #02859f;
  box-shadow:         1px 1px 3px 2px #02859f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02859f


Comments

No comments written yet.

Please login to write comment.