Html Css Color HEX #02859F Eastern Blue

📋 copy color: '#02859F'

red 2 ◦ green 133 ◦ blue 159

#02859F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #02859F

Tints of Eastern Blue #02859F

RGB

 RED value IS 2 (1.17% from 255) = 0.68%

 GREEN value IS 133 (52.34% from 255) = 45.24%

 BLUE value IS 159 (62.5% from 255) = 54.08%

R = 0.68%
G = 45.24%
B = 54.08%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#02859F (or 0x02859F) is known color: Eastern Blue. HEX triplet: 02, 85 and 9F. RGB value is (2,133,159). Sum of RGB (Red+Green+Blue) = 2+133+159=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #02859F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02859F is #FD7A60. Grayscale: #606060. Windows color (decimal): -16611937 or 10454274. OLE color: 10454274.

HSL color Cylindrical-coordinate representation of color #02859F: hue angle of 189.94º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02859F is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 133 159 -
CMYK 0.99 0.16 0 0.38
HSL 189.94º 0.98% 0.32% -
HSV(B) 189.94º 0.99% 0.62% -
XYZ 14.67 19.29 35.75 -
YUV 96.8 163.1 60.39 -
System Red Green Blue C M Y K H S L
Decimal 2 133 159 0.99 0.16 0 0.38 189.94 0.98 0.32
Hex 2 85 9F 63 10 0 26 BE 62 20
Octal 2 205 237 143 20 0 46 276 142 40
Binary 10 10000101 10011111 1100011 10000 0 100110 10111110 1100010 100000

Color Harmonies of #02859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02859F

Black with #02859F

Text Example


Text Example

White with #02859F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02859F; }

 p { color: rgb(2,133,159); }

 H1.HeaderClassName
 {
   color: #02859F;
 }
 .AnyTagClassName
 {
   color: #02859F;
 }
</style>

background-color css

<style>
 a { background-color: #02859F; }

 a { background-color: rgb(2,133,159); }

 div.DivClassName
 {
   background-color: #02859F;
 }
 .BgClassName
 {
   background-color: #02859F;
 }
</style>

border-color css

<style>
 span { border-color: #02859F; }

 span { border-color: rgb(2,133,159); }

 td.TdClassName
 {
   border-color: #02859F;
 }
 .TagClassName
 {
   border-color: #02859F;
 }
</style>