#02979F

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

Shades of Eastern Blue #02979F

Tints of Eastern Blue #02979F

Color information

#02979F (or 0x02979F) is unknown color: approx Eastern Blue. HEX triplet: 02, 97 and 9F. RGB value is (2,151,159). Sum of RGB (Red+Green+Blue) = 2+151+159=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #02979F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02979F is #FD6860. Grayscale: #6B6B6B. Windows color (decimal): -16607329 or 10458882. OLE color: 10458882.

HSL color Cylindrical-coordinate representation of color #02979F: hue angle of 183.06º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02979F is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2151159-
CMYK0.990.0500.38
HSL183.06º97.52%31.57%-
HSV(B)183.06º98.74%62.35%-
XYZ17.3524.6536.64-
YUV107.36157.1452.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.64%
GREEN value IS 151 (59.38% from 255) = 48.40%
BLUE value IS 159 (62.5% from 255) = 50.96%
R=0.64%
G=48.40%
B=50.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21511590.990.0500.38183.0697.5231.57
Hex2979F635026b76220
Octal2227237143504626714240
Binary10100101111001111111000111010100110101101111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02979F; }

 p { color: rgb(2,151,159); }

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

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

 a { background-color: rgb(2,151,159); }

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

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

 span { border-color: rgb(2,151,159); }

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