Shades of Navy Blue #086DC2
Tints of Navy Blue #086DC2
RGB
CMYK
RGB Variations
Color information
#086DC2 (or 0x086DC2) is known color: Navy Blue. HEX triplet: 08, 6D and C2. RGB value is (8,109,194). Sum of RGB (Red+Green+Blue) = 8+109+194=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 194 (76.17% from 255 or 62.38% from 311); Max value from RGB is 194 - color contains mainly: blue. Hex color #086DC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086DC2 is #F7923D. Grayscale: #585858. Windows color (decimal): -16224830 or 12741896. OLE color: 12741896.
HSL color Cylindrical-coordinate representation of color #086DC2: hue angle of 207.42º 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 #086DC2 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 109 | 194 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.24 |
| HSL | 207.42º | 0.92% | 0.4% | - |
| HSV(B) | 207.42º | 0.96% | 0.76% | - |
| XYZ | 15.31 | 14.88 | 53.11 | - |
| YUV | 88.49 | 187.54 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 109 | 194 | 0.96 | 0.44 | 0 | 0.24 | 207.42 | 0.92 | 0.4 |
| Hex | 8 | 6D | C2 | 60 | 2C | 0 | 18 | CF | 5C | 28 |
| Octal | 10 | 155 | 302 | 140 | 54 | 0 | 30 | 317 | 134 | 50 |
| Binary | 1000 | 1101101 | 11000010 | 1100000 | 101100 | 0 | 11000 | 11001111 | 1011100 | 101000 |
Color Harmonies of #086DC2
Complementary color
Monochromatic Colors of #086DC2
Black with #086DC2
Text Example
Text Example
White with #086DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086DC2; }
p { color: rgb(8,109,194); }
H1.HeaderClassName
{
color: #086DC2;
}
.AnyTagClassName
{
color: #086DC2;
}
</style>
background-color css
<style>
a { background-color: #086DC2; }
a { background-color: rgb(8,109,194); }
div.DivClassName
{
background-color: #086DC2;
}
.BgClassName
{
background-color: #086DC2;
}
</style>
border-color css
<style>
span { border-color: #086DC2; }
span { border-color: rgb(8,109,194); }
td.TdClassName
{
border-color: #086DC2;
}
.TagClassName
{
border-color: #086DC2;
}
</style>