Html Css Color HEX #02859C Eastern Blue

📋 copy color: '#02859C'

red 2 ◦ green 133 ◦ blue 156

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

Shades of Eastern Blue #02859C

Tints of Eastern Blue #02859C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.61%

R = 0.69%
G = 45.7%
B = 53.61%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02859C (or 0x02859C) is known color: Eastern Blue. HEX triplet: 02, 85 and 9C. RGB value is (2,133,156). Sum of RGB (Red+Green+Blue) = 2+133+156=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #02859C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02859C is #FD7A63. Grayscale: #606060. Windows color (decimal): -16611940 or 10257666. OLE color: 10257666.

HSL color Cylindrical-coordinate representation of color #02859C: hue angle of 188.96º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02859C is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 133 156 -
CMYK 0.99 0.15 0 0.39
HSL 188.96º 0.97% 0.31% -
HSV(B) 188.96º 0.99% 0.61% -
XYZ 14.41 19.19 34.4 -
YUV 96.45 161.6 60.63 -
System Red Green Blue C M Y K H S L
Decimal 2 133 156 0.99 0.15 0 0.39 188.96 0.97 0.31
Hex 2 85 9C 63 F 0 27 BD 61 1F
Octal 2 205 234 143 17 0 47 275 141 37
Binary 10 10000101 10011100 1100011 1111 0 100111 10111101 1100001 11111

Color Harmonies of #02859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02859C

Black with #02859C

Text Example


Text Example

White with #02859C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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