Shades of Eastern Blue #02869E
Tints of Eastern Blue #02869E
RGB
CMYK
RGB Variations
Color information
#02869E (or 0x02869E) is known color: Eastern Blue. HEX triplet: 02, 86 and 9E. RGB value is (2,134,158). Sum of RGB (Red+Green+Blue) = 2+134+158=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #02869E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02869E is #FD7961. Grayscale: #616161. Windows color (decimal): -16611682 or 10388994. OLE color: 10388994.
HSL color Cylindrical-coordinate representation of color #02869E: hue angle of 189.23º degrees, saturation: 0.98, 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 #02869E is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 134 | 158 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.38 |
| HSL | 189.23º | 0.98% | 0.31% | - |
| HSV(B) | 189.23º | 0.99% | 0.62% | - |
| XYZ | 14.72 | 19.53 | 35.34 | - |
| YUV | 97.27 | 162.27 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 134 | 158 | 0.99 | 0.15 | 0 | 0.38 | 189.23 | 0.98 | 0.31 |
| Hex | 2 | 86 | 9E | 63 | F | 0 | 26 | BD | 62 | 1F |
| Octal | 2 | 206 | 236 | 143 | 17 | 0 | 46 | 275 | 142 | 37 |
| Binary | 10 | 10000110 | 10011110 | 1100011 | 1111 | 0 | 100110 | 10111101 | 1100010 | 11111 |
Color Harmonies of #02869E
Complementary color
Monochromatic Colors of #02869E
Black with #02869E
Text Example
Text Example
White with #02869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02869E; }
p { color: rgb(2,134,158); }
H1.HeaderClassName
{
color: #02869E;
}
.AnyTagClassName
{
color: #02869E;
}
</style>
background-color css
<style>
a { background-color: #02869E; }
a { background-color: rgb(2,134,158); }
div.DivClassName
{
background-color: #02869E;
}
.BgClassName
{
background-color: #02869E;
}
</style>
border-color css
<style>
span { border-color: #02869E; }
span { border-color: rgb(2,134,158); }
td.TdClassName
{
border-color: #02869E;
}
.TagClassName
{
border-color: #02869E;
}
</style>