#02959D

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

Shades of Eastern Blue #02959D

Tints of Eastern Blue #02959D

Color information

#02959D (or 0x02959D) is unknown color: approx Eastern Blue. HEX triplet: 02, 95 and 9D. RGB value is (2,149,157). Sum of RGB (Red+Green+Blue) = 2+149+157=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #02959D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02959D is #FD6A62. Grayscale: #696969. Windows color (decimal): -16607843 or 10327298. OLE color: 10327298.

HSL color Cylindrical-coordinate representation of color #02959D: hue angle of 183.1º 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 #02959D is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2149157-
CMYK0.990.0500.38
HSL183.1º97.48%31.18%-
HSV(B)183.1º98.73%61.57%-
XYZ16.8623.9435.63-
YUV105.96156.853.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.65%
GREEN value IS 149 (58.59% from 255) = 48.38%
BLUE value IS 157 (61.72% from 255) = 50.97%
R=0.65%
G=48.38%
B=50.97%

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
Decimal21491570.990.0500.38183.197.4831.18
Hex2959D635026b7611f
Octal2225235143504626714137
Binary1010010101100111011100011101010011010110111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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