Shades of Navy Blue #086FCB
Tints of Navy Blue #086FCB
RGB
CMYK
RGB Variations
Color information
#086FCB (or 0x086FCB) is known color: Navy Blue. HEX triplet: 08, 6F and CB. RGB value is (8,111,203). Sum of RGB (Red+Green+Blue) = 8+111+203=322 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 203 (79.69% from 255 or 63.04% from 322); Max value from RGB is 203 - color contains mainly: blue. Hex color #086FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086FCB is #F79034. Grayscale: #5A5A5A. Windows color (decimal): -16224309 or 13332232. OLE color: 13332232.
HSL color Cylindrical-coordinate representation of color #086FCB: hue angle of 208.31º 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 #086FCB is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 111 | 203 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.20 |
| HSL | 208.31º | 0.92% | 0.41% | - |
| HSV(B) | 208.31º | 0.96% | 0.8% | - |
| XYZ | 16.56 | 15.73 | 58.66 | - |
| YUV | 90.69 | 191.38 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 203 | 0.96 | 0.45 | 0 | 0.20 | 208.31 | 0.92 | 0.41 |
| Hex | 8 | 6F | CB | 60 | 2D | 0 | 14 | D0 | 5C | 29 |
| Octal | 10 | 157 | 313 | 140 | 55 | 0 | 24 | 320 | 134 | 51 |
| Binary | 1000 | 1101111 | 11001011 | 1100000 | 101101 | 0 | 10100 | 11010000 | 1011100 | 101001 |
Color Harmonies of #086FCB
Complementary color
Monochromatic Colors of #086FCB
Black with #086FCB
Text Example
Text Example
White with #086FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086FCB; }
p { color: rgb(8,111,203); }
H1.HeaderClassName
{
color: #086FCB;
}
.AnyTagClassName
{
color: #086FCB;
}
</style>
background-color css
<style>
a { background-color: #086FCB; }
a { background-color: rgb(8,111,203); }
div.DivClassName
{
background-color: #086FCB;
}
.BgClassName
{
background-color: #086FCB;
}
</style>
border-color css
<style>
span { border-color: #086FCB; }
span { border-color: rgb(8,111,203); }
td.TdClassName
{
border-color: #086FCB;
}
.TagClassName
{
border-color: #086FCB;
}
</style>