Shades of Eastern Blue #02869F
Tints of Eastern Blue #02869F
RGB
CMYK
RGB Variations
Color information
#02869F (or 0x02869F) is known color: Eastern Blue. HEX triplet: 02, 86 and 9F. RGB value is (2,134,159). Sum of RGB (Red+Green+Blue) = 2+134+159=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #02869F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02869F is #FD7960. Grayscale: #616161. Windows color (decimal): -16611681 or 10454530. OLE color: 10454530.
HSL color Cylindrical-coordinate representation of color #02869F: hue angle of 189.55º 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 #02869F is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 134 | 159 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.38 |
| HSL | 189.55º | 0.98% | 0.32% | - |
| HSV(B) | 189.55º | 0.99% | 0.62% | - |
| XYZ | 14.81 | 19.57 | 35.8 | - |
| YUV | 97.38 | 162.77 | 59.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 134 | 159 | 0.99 | 0.16 | 0 | 0.38 | 189.55 | 0.98 | 0.32 |
| Hex | 2 | 86 | 9F | 63 | 10 | 0 | 26 | BE | 62 | 20 |
| Octal | 2 | 206 | 237 | 143 | 20 | 0 | 46 | 276 | 142 | 40 |
| Binary | 10 | 10000110 | 10011111 | 1100011 | 10000 | 0 | 100110 | 10111110 | 1100010 | 100000 |
Color Harmonies of #02869F
Complementary color
Monochromatic Colors of #02869F
Black with #02869F
Text Example
Text Example
White with #02869F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02869F; }
p { color: rgb(2,134,159); }
H1.HeaderClassName
{
color: #02869F;
}
.AnyTagClassName
{
color: #02869F;
}
</style>
background-color css
<style>
a { background-color: #02869F; }
a { background-color: rgb(2,134,159); }
div.DivClassName
{
background-color: #02869F;
}
.BgClassName
{
background-color: #02869F;
}
</style>
border-color css
<style>
span { border-color: #02869F; }
span { border-color: rgb(2,134,159); }
td.TdClassName
{
border-color: #02869F;
}
.TagClassName
{
border-color: #02869F;
}
</style>