Shades of Navy Blue #086DCB
Tints of Navy Blue #086DCB
RGB
CMYK
RGB Variations
Color information
#086DCB (or 0x086DCB) is known color: Navy Blue. HEX triplet: 08, 6D and CB. RGB value is (8,109,203). Sum of RGB (Red+Green+Blue) = 8+109+203=320 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.5% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #086DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086DCB is #F79234. Grayscale: #595959. Windows color (decimal): -16224821 or 13331720. OLE color: 13331720.
HSL color Cylindrical-coordinate representation of color #086DCB: hue angle of 208.92º 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 #086DCB is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 109 | 203 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.20 |
| HSL | 208.92º | 0.92% | 0.41% | - |
| HSV(B) | 208.92º | 0.96% | 0.8% | - |
| XYZ | 16.35 | 15.3 | 58.59 | - |
| YUV | 89.52 | 192.04 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 109 | 203 | 0.96 | 0.46 | 0 | 0.20 | 208.92 | 0.92 | 0.41 |
| Hex | 8 | 6D | CB | 60 | 2E | 0 | 14 | D1 | 5C | 29 |
| Octal | 10 | 155 | 313 | 140 | 56 | 0 | 24 | 321 | 134 | 51 |
| Binary | 1000 | 1101101 | 11001011 | 1100000 | 101110 | 0 | 10100 | 11010001 | 1011100 | 101001 |
Color Harmonies of #086DCB
Complementary color
Monochromatic Colors of #086DCB
Black with #086DCB
Text Example
Text Example
White with #086DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086DCB; }
p { color: rgb(8,109,203); }
H1.HeaderClassName
{
color: #086DCB;
}
.AnyTagClassName
{
color: #086DCB;
}
</style>
background-color css
<style>
a { background-color: #086DCB; }
a { background-color: rgb(8,109,203); }
div.DivClassName
{
background-color: #086DCB;
}
.BgClassName
{
background-color: #086DCB;
}
</style>
border-color css
<style>
span { border-color: #086DCB; }
span { border-color: rgb(8,109,203); }
td.TdClassName
{
border-color: #086DCB;
}
.TagClassName
{
border-color: #086DCB;
}
</style>