Shades of Navy Blue #086ADE
Tints of Navy Blue #086ADE
RGB
CMYK
RGB Variations
Color information
#086ADE (or 0x086ADE) is known color: Navy Blue. HEX triplet: 08, 6A and DE. RGB value is (8,106,222). Sum of RGB (Red+Green+Blue) = 8+106+222=336 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.38% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 222 (87.11% from 255 or 66.07% from 336); Max value from RGB is 222 - color contains mainly: blue. Hex color #086ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086ADE is #F79521. Grayscale: #595959. Windows color (decimal): -16225570 or 14576136. OLE color: 14576136.
HSL color Cylindrical-coordinate representation of color #086ADE: hue angle of 212.52º 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 #086ADE is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 106 | 222 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.13 |
| HSL | 212.52º | 0.93% | 0.45% | - |
| HSV(B) | 212.52º | 0.96% | 0.87% | - |
| XYZ | 18.44 | 15.63 | 71.15 | - |
| YUV | 89.92 | 202.53 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 106 | 222 | 0.96 | 0.52 | 0 | 0.13 | 212.52 | 0.93 | 0.45 |
| Hex | 8 | 6A | DE | 60 | 34 | 0 | D | D5 | 5D | 2D |
| Octal | 10 | 152 | 336 | 140 | 64 | 0 | 15 | 325 | 135 | 55 |
| Binary | 1000 | 1101010 | 11011110 | 1100000 | 110100 | 0 | 1101 | 11010101 | 1011101 | 101101 |
Color Harmonies of #086ADE
Complementary color
Monochromatic Colors of #086ADE
Black with #086ADE
Text Example
Text Example
White with #086ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086ADE; }
p { color: rgb(8,106,222); }
H1.HeaderClassName
{
color: #086ADE;
}
.AnyTagClassName
{
color: #086ADE;
}
</style>
background-color css
<style>
a { background-color: #086ADE; }
a { background-color: rgb(8,106,222); }
div.DivClassName
{
background-color: #086ADE;
}
.BgClassName
{
background-color: #086ADE;
}
</style>
border-color css
<style>
span { border-color: #086ADE; }
span { border-color: rgb(8,106,222); }
td.TdClassName
{
border-color: #086ADE;
}
.TagClassName
{
border-color: #086ADE;
}
</style>