Shades of Navy Blue #086ACE
Tints of Navy Blue #086ACE
RGB
CMYK
RGB Variations
Color information
#086ACE (or 0x086ACE) is known color: Navy Blue. HEX triplet: 08, 6A and CE. RGB value is (8,106,206). Sum of RGB (Red+Green+Blue) = 8+106+206=320 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.5% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #086ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086ACE is #F79531. Grayscale: #575757. Windows color (decimal): -16225586 or 13527560. OLE color: 13527560.
HSL color Cylindrical-coordinate representation of color #086ACE: hue angle of 210.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086ACE is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 106 | 206 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.19 |
| HSL | 210.3º | 0.93% | 0.42% | - |
| HSV(B) | 210.3º | 0.96% | 0.81% | - |
| XYZ | 16.39 | 14.82 | 60.39 | - |
| YUV | 88.1 | 194.53 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 106 | 206 | 0.96 | 0.49 | 0 | 0.19 | 210.3 | 0.93 | 0.42 |
| Hex | 8 | 6A | CE | 60 | 31 | 0 | 13 | D2 | 5D | 2A |
| Octal | 10 | 152 | 316 | 140 | 61 | 0 | 23 | 322 | 135 | 52 |
| Binary | 1000 | 1101010 | 11001110 | 1100000 | 110001 | 0 | 10011 | 11010010 | 1011101 | 101010 |
Color Harmonies of #086ACE
Complementary color
Monochromatic Colors of #086ACE
Black with #086ACE
Text Example
Text Example
White with #086ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086ACE; }
p { color: rgb(8,106,206); }
H1.HeaderClassName
{
color: #086ACE;
}
.AnyTagClassName
{
color: #086ACE;
}
</style>
background-color css
<style>
a { background-color: #086ACE; }
a { background-color: rgb(8,106,206); }
div.DivClassName
{
background-color: #086ACE;
}
.BgClassName
{
background-color: #086ACE;
}
</style>
border-color css
<style>
span { border-color: #086ACE; }
span { border-color: rgb(8,106,206); }
td.TdClassName
{
border-color: #086ACE;
}
.TagClassName
{
border-color: #086ACE;
}
</style>