#028092

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

Shades of Eastern Blue #028092

Tints of Eastern Blue #028092

Color information

#028092 (or 0x028092) is unknown color: approx Eastern Blue. HEX triplet: 02, 80 and 92. RGB value is (2,128,146). Sum of RGB (Red+Green+Blue) = 2+128+146=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #028092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028092 is #FD7F6D. Grayscale: #5C5C5C. Windows color (decimal): -16613230 or 9601026. OLE color: 9601026.

HSL color Cylindrical-coordinate representation of color #028092: hue angle of 187.5º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028092 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2128146-
CMYK0.990.1200.43
HSL187.5º97.3%29.02%-
HSV(B)187.5º98.63%57.25%-
XYZ12.9317.5329.9-
YUV92.38158.2663.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 128 (50.39% from 255) = 46.38%
BLUE value IS 146 (57.42% from 255) = 52.90%
R=0.72%
G=46.38%
B=52.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21281460.990.1200.43187.597.329.02
Hex2809263C02Bbc611d
Octal22002221431405327414135
Binary10100000001001001011000111100010101110111100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028092; }

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

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

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

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

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

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

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

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