Shades of Navy Blue #085ACC
Tints of Navy Blue #085ACC
RGB
CMYK
RGB Variations
Color information
#085ACC (or 0x085ACC) is known color: Navy Blue. HEX triplet: 08, 5A and CC. RGB value is (8,90,204). Sum of RGB (Red+Green+Blue) = 8+90+204=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #085ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085ACC is #F7A533. Grayscale: #4D4D4D. Windows color (decimal): -16229684 or 13392392. OLE color: 13392392.
HSL color Cylindrical-coordinate representation of color #085ACC: hue angle of 214.9º 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 #085ACC is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 90 | 204 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.2 |
| HSL | 214.9º | 0.92% | 0.42% | - |
| HSV(B) | 214.9º | 0.96% | 0.8% | - |
| XYZ | 14.66 | 11.72 | 58.62 | - |
| YUV | 78.48 | 198.83 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 204 | 0.96 | 0.56 | 0 | 0.2 | 214.9 | 0.92 | 0.42 |
| Hex | 8 | 5A | CC | 60 | 38 | 0 | 14 | D7 | 5C | 2A |
| Octal | 10 | 132 | 314 | 140 | 70 | 0 | 24 | 327 | 134 | 52 |
| Binary | 1000 | 1011010 | 11001100 | 1100000 | 111000 | 0 | 10100 | 11010111 | 1011100 | 101010 |
Color Harmonies of #085ACC
Complementary color
Monochromatic Colors of #085ACC
Black with #085ACC
Text Example
Text Example
White with #085ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085ACC; }
p { color: rgb(8,90,204); }
H1.HeaderClassName
{
color: #085ACC;
}
.AnyTagClassName
{
color: #085ACC;
}
</style>
background-color css
<style>
a { background-color: #085ACC; }
a { background-color: rgb(8,90,204); }
div.DivClassName
{
background-color: #085ACC;
}
.BgClassName
{
background-color: #085ACC;
}
</style>
border-color css
<style>
span { border-color: #085ACC; }
span { border-color: rgb(8,90,204); }
td.TdClassName
{
border-color: #085ACC;
}
.TagClassName
{
border-color: #085ACC;
}
</style>