Shades of Navy Blue #085BCB
Tints of Navy Blue #085BCB
RGB
CMYK
RGB Variations
Color information
#085BCB (or 0x085BCB) is known color: Navy Blue. HEX triplet: 08, 5B and CB. RGB value is (8,91,203). Sum of RGB (Red+Green+Blue) = 8+91+203=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #085BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085BCB is #F7A434. Grayscale: #4E4E4E. Windows color (decimal): -16229429 or 13327112. OLE color: 13327112.
HSL color Cylindrical-coordinate representation of color #085BCB: hue angle of 214.46º 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 #085BCB is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 91 | 203 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.20 |
| HSL | 214.46º | 0.92% | 0.41% | - |
| HSV(B) | 214.46º | 0.96% | 0.8% | - |
| XYZ | 14.62 | 11.85 | 58.02 | - |
| YUV | 78.95 | 198 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 203 | 0.96 | 0.55 | 0 | 0.20 | 214.46 | 0.92 | 0.41 |
| Hex | 8 | 5B | CB | 60 | 37 | 0 | 14 | D6 | 5C | 29 |
| Octal | 10 | 133 | 313 | 140 | 67 | 0 | 24 | 326 | 134 | 51 |
| Binary | 1000 | 1011011 | 11001011 | 1100000 | 110111 | 0 | 10100 | 11010110 | 1011100 | 101001 |
Color Harmonies of #085BCB
Complementary color
Monochromatic Colors of #085BCB
Black with #085BCB
Text Example
Text Example
White with #085BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085BCB; }
p { color: rgb(8,91,203); }
H1.HeaderClassName
{
color: #085BCB;
}
.AnyTagClassName
{
color: #085BCB;
}
</style>
background-color css
<style>
a { background-color: #085BCB; }
a { background-color: rgb(8,91,203); }
div.DivClassName
{
background-color: #085BCB;
}
.BgClassName
{
background-color: #085BCB;
}
</style>
border-color css
<style>
span { border-color: #085BCB; }
span { border-color: rgb(8,91,203); }
td.TdClassName
{
border-color: #085BCB;
}
.TagClassName
{
border-color: #085BCB;
}
</style>