Shades of Navy Blue #085FDF
Tints of Navy Blue #085FDF
RGB
CMYK
RGB Variations
Color information
#085FDF (or 0x085FDF) is known color: Navy Blue. HEX triplet: 08, 5F and DF. RGB value is (8,95,223). Sum of RGB (Red+Green+Blue) = 8+95+223=326 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 223 (87.5% from 255 or 68.40% from 326); Max value from RGB is 223 - color contains mainly: blue. Hex color #085FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085FDF is #F7A020. Grayscale: #525252. Windows color (decimal): -16228385 or 14638856. OLE color: 14638856.
HSL color Cylindrical-coordinate representation of color #085FDF: hue angle of 215.72º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085FDF is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 95 | 223 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.13 |
| HSL | 215.72º | 0.93% | 0.45% | - |
| HSV(B) | 215.72º | 0.96% | 0.87% | - |
| XYZ | 17.51 | 13.56 | 71.51 | - |
| YUV | 83.58 | 206.68 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 95 | 223 | 0.96 | 0.57 | 0 | 0.13 | 215.72 | 0.93 | 0.45 |
| Hex | 8 | 5F | DF | 60 | 39 | 0 | D | D8 | 5D | 2D |
| Octal | 10 | 137 | 337 | 140 | 71 | 0 | 15 | 330 | 135 | 55 |
| Binary | 1000 | 1011111 | 11011111 | 1100000 | 111001 | 0 | 1101 | 11011000 | 1011101 | 101101 |
Color Harmonies of #085FDF
Complementary color
Monochromatic Colors of #085FDF
Black with #085FDF
Text Example
Text Example
White with #085FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085FDF; }
p { color: rgb(8,95,223); }
H1.HeaderClassName
{
color: #085FDF;
}
.AnyTagClassName
{
color: #085FDF;
}
</style>
background-color css
<style>
a { background-color: #085FDF; }
a { background-color: rgb(8,95,223); }
div.DivClassName
{
background-color: #085FDF;
}
.BgClassName
{
background-color: #085FDF;
}
</style>
border-color css
<style>
span { border-color: #085FDF; }
span { border-color: rgb(8,95,223); }
td.TdClassName
{
border-color: #085FDF;
}
.TagClassName
{
border-color: #085FDF;
}
</style>