Shades of Navy Blue #086EC1
Tints of Navy Blue #086EC1
RGB
CMYK
RGB Variations
Color information
#086EC1 (or 0x086EC1) is known color: Navy Blue. HEX triplet: 08, 6E and C1. RGB value is (8,110,193). Sum of RGB (Red+Green+Blue) = 8+110+193=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 193 (75.78% from 255 or 62.06% from 311); Max value from RGB is 193 - color contains mainly: blue. Hex color #086EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086EC1 is #F7913E. Grayscale: #585858. Windows color (decimal): -16224575 or 12676616. OLE color: 12676616.
HSL color Cylindrical-coordinate representation of color #086EC1: hue angle of 206.92º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086EC1 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 110 | 193 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.24 |
| HSL | 206.92º | 0.92% | 0.39% | - |
| HSV(B) | 206.92º | 0.96% | 0.76% | - |
| XYZ | 15.3 | 15.05 | 52.55 | - |
| YUV | 88.96 | 186.71 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 110 | 193 | 0.96 | 0.43 | 0 | 0.24 | 206.92 | 0.92 | 0.39 |
| Hex | 8 | 6E | C1 | 60 | 2B | 0 | 18 | CF | 5C | 27 |
| Octal | 10 | 156 | 301 | 140 | 53 | 0 | 30 | 317 | 134 | 47 |
| Binary | 1000 | 1101110 | 11000001 | 1100000 | 101011 | 0 | 11000 | 11001111 | 1011100 | 100111 |
Color Harmonies of #086EC1
Complementary color
Monochromatic Colors of #086EC1
Black with #086EC1
Text Example
Text Example
White with #086EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086EC1; }
p { color: rgb(8,110,193); }
H1.HeaderClassName
{
color: #086EC1;
}
.AnyTagClassName
{
color: #086EC1;
}
</style>
background-color css
<style>
a { background-color: #086EC1; }
a { background-color: rgb(8,110,193); }
div.DivClassName
{
background-color: #086EC1;
}
.BgClassName
{
background-color: #086EC1;
}
</style>
border-color css
<style>
span { border-color: #086EC1; }
span { border-color: rgb(8,110,193); }
td.TdClassName
{
border-color: #086EC1;
}
.TagClassName
{
border-color: #086EC1;
}
</style>