Shades of Navy Blue #086CDD
Tints of Navy Blue #086CDD
RGB
CMYK
RGB Variations
Color information
#086CDD (or 0x086CDD) is known color: Navy Blue. HEX triplet: 08, 6C and DD. RGB value is (8,108,221). Sum of RGB (Red+Green+Blue) = 8+108+221=337 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #086CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086CDD is #F79322. Grayscale: #5A5A5A. Windows color (decimal): -16225059 or 14511112. OLE color: 14511112.
HSL color Cylindrical-coordinate representation of color #086CDD: hue angle of 211.83º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086CDD is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 108 | 221 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.13 |
| HSL | 211.83º | 0.93% | 0.45% | - |
| HSV(B) | 211.83º | 0.96% | 0.87% | - |
| XYZ | 18.51 | 16 | 70.52 | - |
| YUV | 90.98 | 201.37 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 221 | 0.96 | 0.51 | 0 | 0.13 | 211.83 | 0.93 | 0.45 |
| Hex | 8 | 6C | DD | 60 | 33 | 0 | D | D4 | 5D | 2D |
| Octal | 10 | 154 | 335 | 140 | 63 | 0 | 15 | 324 | 135 | 55 |
| Binary | 1000 | 1101100 | 11011101 | 1100000 | 110011 | 0 | 1101 | 11010100 | 1011101 | 101101 |
Color Harmonies of #086CDD
Complementary color
Monochromatic Colors of #086CDD
Black with #086CDD
Text Example
Text Example
White with #086CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086CDD; }
p { color: rgb(8,108,221); }
H1.HeaderClassName
{
color: #086CDD;
}
.AnyTagClassName
{
color: #086CDD;
}
</style>
background-color css
<style>
a { background-color: #086CDD; }
a { background-color: rgb(8,108,221); }
div.DivClassName
{
background-color: #086CDD;
}
.BgClassName
{
background-color: #086CDD;
}
</style>
border-color css
<style>
span { border-color: #086CDD; }
span { border-color: rgb(8,108,221); }
td.TdClassName
{
border-color: #086CDD;
}
.TagClassName
{
border-color: #086CDD;
}
</style>