Shades of Navy Blue #085FCB
Tints of Navy Blue #085FCB
RGB
CMYK
RGB Variations
Color information
#085FCB (or 0x085FCB) is known color: Navy Blue. HEX triplet: 08, 5F and CB. RGB value is (8,95,203). Sum of RGB (Red+Green+Blue) = 8+95+203=306 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 203 (79.69% from 255 or 66.34% from 306); Max value from RGB is 203 - color contains mainly: blue. Hex color #085FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085FCB is #F7A034. Grayscale: #505050. Windows color (decimal): -16228405 or 13328136. OLE color: 13328136.
HSL color Cylindrical-coordinate representation of color #085FCB: hue angle of 213.23º 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 #085FCB is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 95 | 203 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.20 |
| HSL | 213.23º | 0.92% | 0.41% | - |
| HSV(B) | 213.23º | 0.96% | 0.8% | - |
| XYZ | 14.97 | 12.55 | 58.13 | - |
| YUV | 81.3 | 196.68 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 95 | 203 | 0.96 | 0.53 | 0 | 0.20 | 213.23 | 0.92 | 0.41 |
| Hex | 8 | 5F | CB | 60 | 35 | 0 | 14 | D5 | 5C | 29 |
| Octal | 10 | 137 | 313 | 140 | 65 | 0 | 24 | 325 | 134 | 51 |
| Binary | 1000 | 1011111 | 11001011 | 1100000 | 110101 | 0 | 10100 | 11010101 | 1011100 | 101001 |
Color Harmonies of #085FCB
Complementary color
Monochromatic Colors of #085FCB
Black with #085FCB
Text Example
Text Example
White with #085FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085FCB; }
p { color: rgb(8,95,203); }
H1.HeaderClassName
{
color: #085FCB;
}
.AnyTagClassName
{
color: #085FCB;
}
</style>
background-color css
<style>
a { background-color: #085FCB; }
a { background-color: rgb(8,95,203); }
div.DivClassName
{
background-color: #085FCB;
}
.BgClassName
{
background-color: #085FCB;
}
</style>
border-color css
<style>
span { border-color: #085FCB; }
span { border-color: rgb(8,95,203); }
td.TdClassName
{
border-color: #085FCB;
}
.TagClassName
{
border-color: #085FCB;
}
</style>