#02819C

Color #02819C Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #02819C

Tints of Eastern Blue #02819C

Color information

#02819C (or 0x02819C) is unknown color: approx Eastern Blue. HEX triplet: 02, 81 and 9C. RGB value is (2,129,156). Sum of RGB (Red+Green+Blue) = 2+129+156=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #02819C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02819C is #FD7E63. Grayscale: #5D5D5D. Windows color (decimal): -16612964 or 10256642. OLE color: 10256642.

HSL color Cylindrical-coordinate representation of color #02819C: hue angle of 190.52º 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 #02819C is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2129156-
CMYK0.990.1700.39
HSL190.52º97.47%30.98%-
HSV(B)190.52º98.72%61.18%-
XYZ13.8818.1134.22-
YUV94.1162.9262.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 129 (50.78% from 255) = 44.95%
BLUE value IS 156 (61.33% from 255) = 54.36%
R=0.70%
G=44.95%
B=54.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal21291560.990.1700.39190.5297.4730.98
Hex2819C6311027bf611f
Octal22012341432104727714137
Binary101000000110011100110001110001010011110111111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02819C;
 }
 .AnyTagClassName
 {
   color: #02819C;
 }
</style>
background-color css

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

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

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

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

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

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