#02809A

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

Shades of Eastern Blue #02809A

Tints of Eastern Blue #02809A

Color information

#02809A (or 0x02809A) is unknown color: approx Eastern Blue. HEX triplet: 02, 80 and 9A. RGB value is (2,128,154). Sum of RGB (Red+Green+Blue) = 2+128+154=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #02809A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02809A is #FD7F65. Grayscale: #5D5D5D. Windows color (decimal): -16613222 or 10125314. OLE color: 10125314.

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

Color convert

RGB2128154-
CMYK0.990.1700.40
HSL190.26º97.44%30.59%-
HSV(B)190.26º98.7%60.39%-
XYZ13.5817.7833.29-
YUV93.29162.2662.89-

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) = 45.07%
BLUE value IS 154 (60.55% from 255) = 54.23%
R=0.70%
G=45.07%
B=54.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21281540.990.1700.40190.2697.4430.59
Hex2809A6311028be611f
Octal22002321432105027614137
Binary101000000010011010110001110001010100010111110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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