Shades of Eastern Blue #02959F
Tints of Eastern Blue #02959F
RGB
CMYK
RGB Variations
Color information
#02959F (or 0x02959F) is known color: Eastern Blue. HEX triplet: 02, 95 and 9F. RGB value is (2,149,159). Sum of RGB (Red+Green+Blue) = 2+149+159=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #02959F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02959F is #FD6A60. Grayscale: #696969. Windows color (decimal): -16607841 or 10458370. OLE color: 10458370.
HSL color Cylindrical-coordinate representation of color #02959F: hue angle of 183.82º 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 #02959F is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 149 | 159 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.38 |
| HSL | 183.82º | 0.98% | 0.32% | - |
| HSV(B) | 183.82º | 0.99% | 0.62% | - |
| XYZ | 17.03 | 24.01 | 36.54 | - |
| YUV | 106.19 | 157.8 | 53.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 149 | 159 | 0.99 | 0.06 | 0 | 0.38 | 183.82 | 0.98 | 0.32 |
| Hex | 2 | 95 | 9F | 63 | 6 | 0 | 26 | B8 | 62 | 20 |
| Octal | 2 | 225 | 237 | 143 | 6 | 0 | 46 | 270 | 142 | 40 |
| Binary | 10 | 10010101 | 10011111 | 1100011 | 110 | 0 | 100110 | 10111000 | 1100010 | 100000 |
Color Harmonies of #02959F
Complementary color
Monochromatic Colors of #02959F
Black with #02959F
Text Example
Text Example
White with #02959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02959F; }
p { color: rgb(2,149,159); }
H1.HeaderClassName
{
color: #02959F;
}
.AnyTagClassName
{
color: #02959F;
}
</style>
background-color css
<style>
a { background-color: #02959F; }
a { background-color: rgb(2,149,159); }
div.DivClassName
{
background-color: #02959F;
}
.BgClassName
{
background-color: #02959F;
}
</style>
border-color css
<style>
span { border-color: #02959F; }
span { border-color: rgb(2,149,159); }
td.TdClassName
{
border-color: #02959F;
}
.TagClassName
{
border-color: #02959F;
}
</style>