Shades of Navy Blue #086AD1
Tints of Navy Blue #086AD1
RGB
CMYK
RGB Variations
Color information
#086AD1 (or 0x086AD1) is known color: Navy Blue. HEX triplet: 08, 6A and D1. RGB value is (8,106,209). Sum of RGB (Red+Green+Blue) = 8+106+209=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 209 (82.03% from 255 or 64.71% from 323); Max value from RGB is 209 - color contains mainly: blue. Hex color #086AD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086AD1 is #F7952E. Grayscale: #575757. Windows color (decimal): -16225583 or 13724168. OLE color: 13724168.
HSL color Cylindrical-coordinate representation of color #086AD1: hue angle of 210.75º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086AD1 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 8 | 106 | 209 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.18 |
| HSL | 210.75º | 0.93% | 0.43% | - |
| HSV(B) | 210.75º | 0.96% | 0.82% | - |
| XYZ | 16.76 | 14.96 | 62.33 | - |
| YUV | 88.44 | 196.03 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 106 | 209 | 0.96 | 0.49 | 0 | 0.18 | 210.75 | 0.93 | 0.43 |
| Hex | 8 | 6A | D1 | 60 | 31 | 0 | 12 | D3 | 5D | 2B |
| Octal | 10 | 152 | 321 | 140 | 61 | 0 | 22 | 323 | 135 | 53 |
| Binary | 1000 | 1101010 | 11010001 | 1100000 | 110001 | 0 | 10010 | 11010011 | 1011101 | 101011 |
Color Harmonies of #086AD1
Complementary color
Monochromatic Colors of #086AD1
Black with #086AD1
Text Example
Text Example
White with #086AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086AD1; }
p { color: rgb(8,106,209); }
H1.HeaderClassName
{
color: #086AD1;
}
.AnyTagClassName
{
color: #086AD1;
}
</style>
background-color css
<style>
a { background-color: #086AD1; }
a { background-color: rgb(8,106,209); }
div.DivClassName
{
background-color: #086AD1;
}
.BgClassName
{
background-color: #086AD1;
}
</style>
border-color css
<style>
span { border-color: #086AD1; }
span { border-color: rgb(8,106,209); }
td.TdClassName
{
border-color: #086AD1;
}
.TagClassName
{
border-color: #086AD1;
}
</style>