Shades of Navy Blue #086ECB
Tints of Navy Blue #086ECB
RGB
CMYK
RGB Variations
Color information
#086ECB (or 0x086ECB) is known color: Navy Blue. HEX triplet: 08, 6E and CB. RGB value is (8,110,203). Sum of RGB (Red+Green+Blue) = 8+110+203=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #086ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086ECB is #F79134. Grayscale: #595959. Windows color (decimal): -16224565 or 13331976. OLE color: 13331976.
HSL color Cylindrical-coordinate representation of color #086ECB: hue angle of 208.62º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086ECB is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 110 | 203 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.20 |
| HSL | 208.62º | 0.92% | 0.41% | - |
| HSV(B) | 208.62º | 0.96% | 0.8% | - |
| XYZ | 16.46 | 15.52 | 58.63 | - |
| YUV | 90.1 | 191.71 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 110 | 203 | 0.96 | 0.46 | 0 | 0.20 | 208.62 | 0.92 | 0.41 |
| Hex | 8 | 6E | CB | 60 | 2E | 0 | 14 | D1 | 5C | 29 |
| Octal | 10 | 156 | 313 | 140 | 56 | 0 | 24 | 321 | 134 | 51 |
| Binary | 1000 | 1101110 | 11001011 | 1100000 | 101110 | 0 | 10100 | 11010001 | 1011100 | 101001 |
Color Harmonies of #086ECB
Complementary color
Monochromatic Colors of #086ECB
Black with #086ECB
Text Example
Text Example
White with #086ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086ECB; }
p { color: rgb(8,110,203); }
H1.HeaderClassName
{
color: #086ECB;
}
.AnyTagClassName
{
color: #086ECB;
}
</style>
background-color css
<style>
a { background-color: #086ECB; }
a { background-color: rgb(8,110,203); }
div.DivClassName
{
background-color: #086ECB;
}
.BgClassName
{
background-color: #086ECB;
}
</style>
border-color css
<style>
span { border-color: #086ECB; }
span { border-color: rgb(8,110,203); }
td.TdClassName
{
border-color: #086ECB;
}
.TagClassName
{
border-color: #086ECB;
}
</style>