Shades of Navy Blue #087DCF
Tints of Navy Blue #087DCF
RGB
CMYK
RGB Variations
Color information
#087DCF (or 0x087DCF) is known color: Navy Blue. HEX triplet: 08, 7D and CF. RGB value is (8,125,207). Sum of RGB (Red+Green+Blue) = 8+125+207=340 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #087DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087DCF is #F78230. Grayscale: #626262. Windows color (decimal): -16220721 or 13597960. OLE color: 13597960.
HSL color Cylindrical-coordinate representation of color #087DCF: hue angle of 204.72º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087DCF is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 125 | 207 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.19 |
| HSL | 204.72º | 0.93% | 0.42% | - |
| HSV(B) | 204.72º | 0.96% | 0.81% | - |
| XYZ | 18.7 | 19.22 | 61.76 | - |
| YUV | 99.37 | 188.74 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 125 | 207 | 0.96 | 0.40 | 0 | 0.19 | 204.72 | 0.93 | 0.42 |
| Hex | 8 | 7D | CF | 60 | 28 | 0 | 13 | CD | 5D | 2A |
| Octal | 10 | 175 | 317 | 140 | 50 | 0 | 23 | 315 | 135 | 52 |
| Binary | 1000 | 1111101 | 11001111 | 1100000 | 101000 | 0 | 10011 | 11001101 | 1011101 | 101010 |
Color Harmonies of #087DCF
Complementary color
Monochromatic Colors of #087DCF
Black with #087DCF
Text Example
Text Example
White with #087DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087DCF; }
p { color: rgb(8,125,207); }
H1.HeaderClassName
{
color: #087DCF;
}
.AnyTagClassName
{
color: #087DCF;
}
</style>
background-color css
<style>
a { background-color: #087DCF; }
a { background-color: rgb(8,125,207); }
div.DivClassName
{
background-color: #087DCF;
}
.BgClassName
{
background-color: #087DCF;
}
</style>
border-color css
<style>
span { border-color: #087DCF; }
span { border-color: rgb(8,125,207); }
td.TdClassName
{
border-color: #087DCF;
}
.TagClassName
{
border-color: #087DCF;
}
</style>