#02809D

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

Shades of Eastern Blue #02809D

Tints of Eastern Blue #02809D

Color information

#02809D (or 0x02809D) is unknown color: approx Eastern Blue. HEX triplet: 02, 80 and 9D. RGB value is (2,128,157). Sum of RGB (Red+Green+Blue) = 2+128+157=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #02809D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02809D is #FD7F62. Grayscale: #5D5D5D. Windows color (decimal): -16613219 or 10321922. OLE color: 10321922.

HSL color Cylindrical-coordinate representation of color #02809D: hue angle of 191.23º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02809D is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2128157-
CMYK0.990.1800.38
HSL191.23º97.48%31.18%-
HSV(B)191.23º98.73%61.57%-
XYZ13.8317.8934.62-
YUV93.63163.7662.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 128 (50.39% from 255) = 44.60%
BLUE value IS 157 (61.72% from 255) = 54.70%
R=0.70%
G=44.60%
B=54.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21281570.990.1800.38191.2397.4831.18
Hex2809D6312026bf611f
Octal22002351432204627714137
Binary101000000010011101110001110010010011010111111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02809D; }

 p { color: rgb(2,128,157); }

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

<style>
 a { background-color: #02809D; }

 a { background-color: rgb(2,128,157); }

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

<style>
 span { border-color: #02809D; }

 span { border-color: rgb(2,128,157); }

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