Shades of Navy Blue #085FCD
Tints of Navy Blue #085FCD
RGB
CMYK
RGB Variations
Color information
#085FCD (or 0x085FCD) is known color: Navy Blue. HEX triplet: 08, 5F and CD. RGB value is (8,95,205). Sum of RGB (Red+Green+Blue) = 8+95+205=308 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.60% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 205 (80.47% from 255 or 66.56% from 308); Max value from RGB is 205 - color contains mainly: blue. Hex color #085FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085FCD is #F7A032. Grayscale: #515151. Windows color (decimal): -16228403 or 13459208. OLE color: 13459208.
HSL color Cylindrical-coordinate representation of color #085FCD: hue angle of 213.5º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085FCD is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 95 | 205 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.20 |
| HSL | 213.5º | 0.92% | 0.42% | - |
| HSV(B) | 213.5º | 0.96% | 0.8% | - |
| XYZ | 15.21 | 12.64 | 59.4 | - |
| YUV | 81.53 | 197.68 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 95 | 205 | 0.96 | 0.54 | 0 | 0.20 | 213.5 | 0.92 | 0.42 |
| Hex | 8 | 5F | CD | 60 | 36 | 0 | 14 | D6 | 5C | 2A |
| Octal | 10 | 137 | 315 | 140 | 66 | 0 | 24 | 326 | 134 | 52 |
| Binary | 1000 | 1011111 | 11001101 | 1100000 | 110110 | 0 | 10100 | 11010110 | 1011100 | 101010 |
Color Harmonies of #085FCD
Complementary color
Monochromatic Colors of #085FCD
Black with #085FCD
Text Example
Text Example
White with #085FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085FCD; }
p { color: rgb(8,95,205); }
H1.HeaderClassName
{
color: #085FCD;
}
.AnyTagClassName
{
color: #085FCD;
}
</style>
background-color css
<style>
a { background-color: #085FCD; }
a { background-color: rgb(8,95,205); }
div.DivClassName
{
background-color: #085FCD;
}
.BgClassName
{
background-color: #085FCD;
}
</style>
border-color css
<style>
span { border-color: #085FCD; }
span { border-color: rgb(8,95,205); }
td.TdClassName
{
border-color: #085FCD;
}
.TagClassName
{
border-color: #085FCD;
}
</style>