Shades of Navy Blue #087DC9
Tints of Navy Blue #087DC9
RGB
CMYK
RGB Variations
Color information
#087DC9 (or 0x087DC9) is known color: Navy Blue. HEX triplet: 08, 7D and C9. RGB value is (8,125,201). Sum of RGB (Red+Green+Blue) = 8+125+201=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 201 (78.91% from 255 or 60.18% from 334); Max value from RGB is 201 - color contains mainly: blue. Hex color #087DC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087DC9 is #F78236. Grayscale: #626262. Windows color (decimal): -16220727 or 13204744. OLE color: 13204744.
HSL color Cylindrical-coordinate representation of color #087DC9: hue angle of 203.63º 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 #087DC9 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 125 | 201 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.21 |
| HSL | 203.63º | 0.92% | 0.41% | - |
| HSV(B) | 203.63º | 0.96% | 0.79% | - |
| XYZ | 17.98 | 18.94 | 57.97 | - |
| YUV | 98.68 | 185.74 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 125 | 201 | 0.96 | 0.38 | 0 | 0.21 | 203.63 | 0.92 | 0.41 |
| Hex | 8 | 7D | C9 | 60 | 26 | 0 | 15 | CC | 5C | 29 |
| Octal | 10 | 175 | 311 | 140 | 46 | 0 | 25 | 314 | 134 | 51 |
| Binary | 1000 | 1111101 | 11001001 | 1100000 | 100110 | 0 | 10101 | 11001100 | 1011100 | 101001 |
Color Harmonies of #087DC9
Complementary color
Monochromatic Colors of #087DC9
Black with #087DC9
Text Example
Text Example
White with #087DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087DC9; }
p { color: rgb(8,125,201); }
H1.HeaderClassName
{
color: #087DC9;
}
.AnyTagClassName
{
color: #087DC9;
}
</style>
background-color css
<style>
a { background-color: #087DC9; }
a { background-color: rgb(8,125,201); }
div.DivClassName
{
background-color: #087DC9;
}
.BgClassName
{
background-color: #087DC9;
}
</style>
border-color css
<style>
span { border-color: #087DC9; }
span { border-color: rgb(8,125,201); }
td.TdClassName
{
border-color: #087DC9;
}
.TagClassName
{
border-color: #087DC9;
}
</style>