Shades of Navy Blue #087FC9
Tints of Navy Blue #087FC9
RGB
CMYK
RGB Variations
Color information
#087FC9 (or 0x087FC9) is known color: Navy Blue. HEX triplet: 08, 7F and C9. RGB value is (8,127,201). Sum of RGB (Red+Green+Blue) = 8+127+201=336 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.38% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 201 (78.91% from 255 or 59.82% from 336); Max value from RGB is 201 - color contains mainly: blue. Hex color #087FC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087FC9 is #F78036. Grayscale: #636363. Windows color (decimal): -16220215 or 13205256. OLE color: 13205256.
HSL color Cylindrical-coordinate representation of color #087FC9: hue angle of 203.01º 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 #087FC9 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 127 | 201 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.21 |
| HSL | 203.01º | 0.92% | 0.41% | - |
| HSV(B) | 203.01º | 0.96% | 0.79% | - |
| XYZ | 18.23 | 19.45 | 58.05 | - |
| YUV | 99.86 | 185.08 | 62.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 201 | 0.96 | 0.37 | 0 | 0.21 | 203.01 | 0.92 | 0.41 |
| Hex | 8 | 7F | C9 | 60 | 25 | 0 | 15 | CB | 5C | 29 |
| Octal | 10 | 177 | 311 | 140 | 45 | 0 | 25 | 313 | 134 | 51 |
| Binary | 1000 | 1111111 | 11001001 | 1100000 | 100101 | 0 | 10101 | 11001011 | 1011100 | 101001 |
Color Harmonies of #087FC9
Complementary color
Monochromatic Colors of #087FC9
Black with #087FC9
Text Example
Text Example
White with #087FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087FC9; }
p { color: rgb(8,127,201); }
H1.HeaderClassName
{
color: #087FC9;
}
.AnyTagClassName
{
color: #087FC9;
}
</style>
background-color css
<style>
a { background-color: #087FC9; }
a { background-color: rgb(8,127,201); }
div.DivClassName
{
background-color: #087FC9;
}
.BgClassName
{
background-color: #087FC9;
}
</style>
border-color css
<style>
span { border-color: #087FC9; }
span { border-color: rgb(8,127,201); }
td.TdClassName
{
border-color: #087FC9;
}
.TagClassName
{
border-color: #087FC9;
}
</style>