Shades of Navy Blue #086EC2
Tints of Navy Blue #086EC2
RGB
CMYK
RGB Variations
Color information
#086EC2 (or 0x086EC2) is known color: Navy Blue. HEX triplet: 08, 6E and C2. RGB value is (8,110,194). Sum of RGB (Red+Green+Blue) = 8+110+194=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 194 (76.17% from 255 or 62.18% from 312); Max value from RGB is 194 - color contains mainly: blue. Hex color #086EC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086EC2 is #F7913D. Grayscale: #585858. Windows color (decimal): -16224574 or 12742152. OLE color: 12742152.
HSL color Cylindrical-coordinate representation of color #086EC2: hue angle of 207.1º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086EC2 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 110 | 194 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.24 |
| HSL | 207.1º | 0.92% | 0.4% | - |
| HSV(B) | 207.1º | 0.96% | 0.76% | - |
| XYZ | 15.41 | 15.1 | 53.14 | - |
| YUV | 89.08 | 187.21 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 110 | 194 | 0.96 | 0.43 | 0 | 0.24 | 207.1 | 0.92 | 0.4 |
| Hex | 8 | 6E | C2 | 60 | 2B | 0 | 18 | CF | 5C | 28 |
| Octal | 10 | 156 | 302 | 140 | 53 | 0 | 30 | 317 | 134 | 50 |
| Binary | 1000 | 1101110 | 11000010 | 1100000 | 101011 | 0 | 11000 | 11001111 | 1011100 | 101000 |
Color Harmonies of #086EC2
Complementary color
Monochromatic Colors of #086EC2
Black with #086EC2
Text Example
Text Example
White with #086EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086EC2; }
p { color: rgb(8,110,194); }
H1.HeaderClassName
{
color: #086EC2;
}
.AnyTagClassName
{
color: #086EC2;
}
</style>
background-color css
<style>
a { background-color: #086EC2; }
a { background-color: rgb(8,110,194); }
div.DivClassName
{
background-color: #086EC2;
}
.BgClassName
{
background-color: #086EC2;
}
</style>
border-color css
<style>
span { border-color: #086EC2; }
span { border-color: rgb(8,110,194); }
td.TdClassName
{
border-color: #086EC2;
}
.TagClassName
{
border-color: #086EC2;
}
</style>