Shades of Navy Blue #086BDF
Tints of Navy Blue #086BDF
RGB
CMYK
RGB Variations
Color information
#086BDF (or 0x086BDF) is known color: Navy Blue. HEX triplet: 08, 6B and DF. RGB value is (8,107,223). Sum of RGB (Red+Green+Blue) = 8+107+223=338 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #086BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086BDF is #F79420. Grayscale: #5A5A5A. Windows color (decimal): -16225313 or 14641928. OLE color: 14641928.
HSL color Cylindrical-coordinate representation of color #086BDF: hue angle of 212.37º 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 #086BDF is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 107 | 223 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.13 |
| HSL | 212.37º | 0.93% | 0.45% | - |
| HSV(B) | 212.37º | 0.96% | 0.87% | - |
| XYZ | 18.68 | 15.89 | 71.9 | - |
| YUV | 90.62 | 202.7 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 107 | 223 | 0.96 | 0.52 | 0 | 0.13 | 212.37 | 0.93 | 0.45 |
| Hex | 8 | 6B | DF | 60 | 34 | 0 | D | D4 | 5D | 2D |
| Octal | 10 | 153 | 337 | 140 | 64 | 0 | 15 | 324 | 135 | 55 |
| Binary | 1000 | 1101011 | 11011111 | 1100000 | 110100 | 0 | 1101 | 11010100 | 1011101 | 101101 |
Color Harmonies of #086BDF
Complementary color
Monochromatic Colors of #086BDF
Black with #086BDF
Text Example
Text Example
White with #086BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086BDF; }
p { color: rgb(8,107,223); }
H1.HeaderClassName
{
color: #086BDF;
}
.AnyTagClassName
{
color: #086BDF;
}
</style>
background-color css
<style>
a { background-color: #086BDF; }
a { background-color: rgb(8,107,223); }
div.DivClassName
{
background-color: #086BDF;
}
.BgClassName
{
background-color: #086BDF;
}
</style>
border-color css
<style>
span { border-color: #086BDF; }
span { border-color: rgb(8,107,223); }
td.TdClassName
{
border-color: #086BDF;
}
.TagClassName
{
border-color: #086BDF;
}
</style>