Shades of Navy Blue #086FD3
Tints of Navy Blue #086FD3
RGB
CMYK
RGB Variations
Color information
#086FD3 (or 0x086FD3) is known color: Navy Blue. HEX triplet: 08, 6F and D3. RGB value is (8,111,211). Sum of RGB (Red+Green+Blue) = 8+111+211=330 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 211 (82.81% from 255 or 63.94% from 330); Max value from RGB is 211 - color contains mainly: blue. Hex color #086FD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086FD3 is #F7902C. Grayscale: #5B5B5B. Windows color (decimal): -16224301 or 13856520. OLE color: 13856520.
HSL color Cylindrical-coordinate representation of color #086FD3: hue angle of 209.56º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086FD3 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 8 | 111 | 211 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.17 |
| HSL | 209.56º | 0.93% | 0.43% | - |
| HSV(B) | 209.56º | 0.96% | 0.83% | - |
| XYZ | 17.54 | 16.12 | 63.82 | - |
| YUV | 91.6 | 195.38 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 211 | 0.96 | 0.47 | 0 | 0.17 | 209.56 | 0.93 | 0.43 |
| Hex | 8 | 6F | D3 | 60 | 2F | 0 | 11 | D2 | 5D | 2B |
| Octal | 10 | 157 | 323 | 140 | 57 | 0 | 21 | 322 | 135 | 53 |
| Binary | 1000 | 1101111 | 11010011 | 1100000 | 101111 | 0 | 10001 | 11010010 | 1011101 | 101011 |
Color Harmonies of #086FD3
Complementary color
Monochromatic Colors of #086FD3
Black with #086FD3
Text Example
Text Example
White with #086FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086FD3; }
p { color: rgb(8,111,211); }
H1.HeaderClassName
{
color: #086FD3;
}
.AnyTagClassName
{
color: #086FD3;
}
</style>
background-color css
<style>
a { background-color: #086FD3; }
a { background-color: rgb(8,111,211); }
div.DivClassName
{
background-color: #086FD3;
}
.BgClassName
{
background-color: #086FD3;
}
</style>
border-color css
<style>
span { border-color: #086FD3; }
span { border-color: rgb(8,111,211); }
td.TdClassName
{
border-color: #086FD3;
}
.TagClassName
{
border-color: #086FD3;
}
</style>