Shades of Navy Blue #085ACB
Tints of Navy Blue #085ACB
RGB
CMYK
RGB Variations
Color information
#085ACB (or 0x085ACB) is known color: Navy Blue. HEX triplet: 08, 5A and CB. RGB value is (8,90,203). Sum of RGB (Red+Green+Blue) = 8+90+203=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #085ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085ACB is #F7A534. Grayscale: #4D4D4D. Windows color (decimal): -16229685 or 13326856. OLE color: 13326856.
HSL color Cylindrical-coordinate representation of color #085ACB: hue angle of 214.77º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085ACB is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 90 | 203 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.20 |
| HSL | 214.77º | 0.92% | 0.41% | - |
| HSV(B) | 214.77º | 0.96% | 0.8% | - |
| XYZ | 14.54 | 11.68 | 57.99 | - |
| YUV | 78.36 | 198.33 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 203 | 0.96 | 0.56 | 0 | 0.20 | 214.77 | 0.92 | 0.41 |
| Hex | 8 | 5A | CB | 60 | 38 | 0 | 14 | D7 | 5C | 29 |
| Octal | 10 | 132 | 313 | 140 | 70 | 0 | 24 | 327 | 134 | 51 |
| Binary | 1000 | 1011010 | 11001011 | 1100000 | 111000 | 0 | 10100 | 11010111 | 1011100 | 101001 |
Color Harmonies of #085ACB
Complementary color
Monochromatic Colors of #085ACB
Black with #085ACB
Text Example
Text Example
White with #085ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085ACB; }
p { color: rgb(8,90,203); }
H1.HeaderClassName
{
color: #085ACB;
}
.AnyTagClassName
{
color: #085ACB;
}
</style>
background-color css
<style>
a { background-color: #085ACB; }
a { background-color: rgb(8,90,203); }
div.DivClassName
{
background-color: #085ACB;
}
.BgClassName
{
background-color: #085ACB;
}
</style>
border-color css
<style>
span { border-color: #085ACB; }
span { border-color: rgb(8,90,203); }
td.TdClassName
{
border-color: #085ACB;
}
.TagClassName
{
border-color: #085ACB;
}
</style>