Shades of Navy Blue #086CE0
Tints of Navy Blue #086CE0
RGB
CMYK
RGB Variations
Color information
#086CE0 (or 0x086CE0) is known color: Navy Blue. HEX triplet: 08, 6C and E0. RGB value is (8,108,224). Sum of RGB (Red+Green+Blue) = 8+108+224=340 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 224 (87.89% from 255 or 65.88% from 340); Max value from RGB is 224 - color contains mainly: blue. Hex color #086CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086CE0 is #F7931F. Grayscale: #5A5A5A. Windows color (decimal): -16225056 or 14707720. OLE color: 14707720.
HSL color Cylindrical-coordinate representation of color #086CE0: hue angle of 212.22º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086CE0 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 108 | 224 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.12 |
| HSL | 212.22º | 0.93% | 0.45% | - |
| HSV(B) | 212.22º | 0.96% | 0.88% | - |
| XYZ | 18.92 | 16.16 | 72.64 | - |
| YUV | 91.32 | 202.87 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 224 | 0.96 | 0.52 | 0 | 0.12 | 212.22 | 0.93 | 0.45 |
| Hex | 8 | 6C | E0 | 60 | 34 | 0 | C | D4 | 5D | 2D |
| Octal | 10 | 154 | 340 | 140 | 64 | 0 | 14 | 324 | 135 | 55 |
| Binary | 1000 | 1101100 | 11100000 | 1100000 | 110100 | 0 | 1100 | 11010100 | 1011101 | 101101 |
Color Harmonies of #086CE0
Complementary color
Monochromatic Colors of #086CE0
Black with #086CE0
Text Example
Text Example
White with #086CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086CE0; }
p { color: rgb(8,108,224); }
H1.HeaderClassName
{
color: #086CE0;
}
.AnyTagClassName
{
color: #086CE0;
}
</style>
background-color css
<style>
a { background-color: #086CE0; }
a { background-color: rgb(8,108,224); }
div.DivClassName
{
background-color: #086CE0;
}
.BgClassName
{
background-color: #086CE0;
}
</style>
border-color css
<style>
span { border-color: #086CE0; }
span { border-color: rgb(8,108,224); }
td.TdClassName
{
border-color: #086CE0;
}
.TagClassName
{
border-color: #086CE0;
}
</style>