Shades of Navy Blue #086BD7
Tints of Navy Blue #086BD7
RGB
CMYK
RGB Variations
Color information
#086BD7 (or 0x086BD7) is known color: Navy Blue. HEX triplet: 08, 6B and D7. RGB value is (8,107,215). Sum of RGB (Red+Green+Blue) = 8+107+215=330 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 215 (84.38% from 255 or 65.15% from 330); Max value from RGB is 215 - color contains mainly: blue. Hex color #086BD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086BD7 is #F79428. Grayscale: #595959. Windows color (decimal): -16225321 or 14117640. OLE color: 14117640.
HSL color Cylindrical-coordinate representation of color #086BD7: hue angle of 211.3º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086BD7 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 8 | 107 | 215 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.16 |
| HSL | 211.3º | 0.93% | 0.44% | - |
| HSV(B) | 211.3º | 0.96% | 0.84% | - |
| XYZ | 17.62 | 15.47 | 66.35 | - |
| YUV | 89.71 | 198.7 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 107 | 215 | 0.96 | 0.50 | 0 | 0.16 | 211.3 | 0.93 | 0.44 |
| Hex | 8 | 6B | D7 | 60 | 32 | 0 | 10 | D3 | 5D | 2C |
| Octal | 10 | 153 | 327 | 140 | 62 | 0 | 20 | 323 | 135 | 54 |
| Binary | 1000 | 1101011 | 11010111 | 1100000 | 110010 | 0 | 10000 | 11010011 | 1011101 | 101100 |
Color Harmonies of #086BD7
Complementary color
Monochromatic Colors of #086BD7
Black with #086BD7
Text Example
Text Example
White with #086BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086BD7; }
p { color: rgb(8,107,215); }
H1.HeaderClassName
{
color: #086BD7;
}
.AnyTagClassName
{
color: #086BD7;
}
</style>
background-color css
<style>
a { background-color: #086BD7; }
a { background-color: rgb(8,107,215); }
div.DivClassName
{
background-color: #086BD7;
}
.BgClassName
{
background-color: #086BD7;
}
</style>
border-color css
<style>
span { border-color: #086BD7; }
span { border-color: rgb(8,107,215); }
td.TdClassName
{
border-color: #086BD7;
}
.TagClassName
{
border-color: #086BD7;
}
</style>