Shades of Navy Blue #087DC8
Tints of Navy Blue #087DC8
RGB
CMYK
RGB Variations
Color information
#087DC8 (or 0x087DC8) is known color: Navy Blue. HEX triplet: 08, 7D and C8. RGB value is (8,125,200). Sum of RGB (Red+Green+Blue) = 8+125+200=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 200 (78.52% from 255 or 60.06% from 333); Max value from RGB is 200 - color contains mainly: blue. Hex color #087DC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #087DC8 is #F78237. Grayscale: #626262. Windows color (decimal): -16220728 or 13139208. OLE color: 13139208.
HSL color Cylindrical-coordinate representation of color #087DC8: hue angle of 203.44º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087DC8 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 125 | 200 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.22 |
| HSL | 203.44º | 0.92% | 0.41% | - |
| HSV(B) | 203.44º | 0.96% | 0.78% | - |
| XYZ | 17.86 | 18.89 | 57.35 | - |
| YUV | 98.57 | 185.24 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 125 | 200 | 0.96 | 0.38 | 0 | 0.22 | 203.44 | 0.92 | 0.41 |
| Hex | 8 | 7D | C8 | 60 | 26 | 0 | 16 | CB | 5C | 29 |
| Octal | 10 | 175 | 310 | 140 | 46 | 0 | 26 | 313 | 134 | 51 |
| Binary | 1000 | 1111101 | 11001000 | 1100000 | 100110 | 0 | 10110 | 11001011 | 1011100 | 101001 |
Color Harmonies of #087DC8
Complementary color
Monochromatic Colors of #087DC8
Black with #087DC8
Text Example
Text Example
White with #087DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087DC8; }
p { color: rgb(8,125,200); }
H1.HeaderClassName
{
color: #087DC8;
}
.AnyTagClassName
{
color: #087DC8;
}
</style>
background-color css
<style>
a { background-color: #087DC8; }
a { background-color: rgb(8,125,200); }
div.DivClassName
{
background-color: #087DC8;
}
.BgClassName
{
background-color: #087DC8;
}
</style>
border-color css
<style>
span { border-color: #087DC8; }
span { border-color: rgb(8,125,200); }
td.TdClassName
{
border-color: #087DC8;
}
.TagClassName
{
border-color: #087DC8;
}
</style>