Shades of Navy Blue #087EC9
Tints of Navy Blue #087EC9
RGB
CMYK
RGB Variations
Color information
#087EC9 (or 0x087EC9) is known color: Navy Blue. HEX triplet: 08, 7E and C9. RGB value is (8,126,201). Sum of RGB (Red+Green+Blue) = 8+126+201=335 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.39% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 201 (78.91% from 255 or 60% from 335); Max value from RGB is 201 - color contains mainly: blue. Hex color #087EC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087EC9 is #F78136. Grayscale: #626262. Windows color (decimal): -16220471 or 13205000. OLE color: 13205000.
HSL color Cylindrical-coordinate representation of color #087EC9: hue angle of 203.32º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087EC9 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 126 | 201 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.21 |
| HSL | 203.32º | 0.92% | 0.41% | - |
| HSV(B) | 203.32º | 0.96% | 0.79% | - |
| XYZ | 18.1 | 19.19 | 58.01 | - |
| YUV | 99.27 | 185.41 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 126 | 201 | 0.96 | 0.37 | 0 | 0.21 | 203.32 | 0.92 | 0.41 |
| Hex | 8 | 7E | C9 | 60 | 25 | 0 | 15 | CB | 5C | 29 |
| Octal | 10 | 176 | 311 | 140 | 45 | 0 | 25 | 313 | 134 | 51 |
| Binary | 1000 | 1111110 | 11001001 | 1100000 | 100101 | 0 | 10101 | 11001011 | 1011100 | 101001 |
Color Harmonies of #087EC9
Complementary color
Monochromatic Colors of #087EC9
Black with #087EC9
Text Example
Text Example
White with #087EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087EC9; }
p { color: rgb(8,126,201); }
H1.HeaderClassName
{
color: #087EC9;
}
.AnyTagClassName
{
color: #087EC9;
}
</style>
background-color css
<style>
a { background-color: #087EC9; }
a { background-color: rgb(8,126,201); }
div.DivClassName
{
background-color: #087EC9;
}
.BgClassName
{
background-color: #087EC9;
}
</style>
border-color css
<style>
span { border-color: #087EC9; }
span { border-color: rgb(8,126,201); }
td.TdClassName
{
border-color: #087EC9;
}
.TagClassName
{
border-color: #087EC9;
}
</style>