Shades of Navy Blue #086EF1
Tints of Navy Blue #086EF1
RGB
CMYK
RGB Variations
Color information
#086EF1 (or 0x086EF1) is known color: Navy Blue. HEX triplet: 08, 6E and F1. RGB value is (8,110,241). Sum of RGB (Red+Green+Blue) = 8+110+241=359 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 241 (94.53% from 255 or 67.13% from 359); Max value from RGB is 241 - color contains mainly: blue. Hex color #086EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086EF1 is #F7910E. Grayscale: #5D5D5D. Windows color (decimal): -16224527 or 15822344. OLE color: 15822344.
HSL color Cylindrical-coordinate representation of color #086EF1: hue angle of 213.73º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #086EF1 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 110 | 241 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.05 |
| HSL | 213.73º | 0.94% | 0.49% | - |
| HSV(B) | 213.73º | 0.97% | 0.95% | - |
| XYZ | 21.55 | 17.55 | 85.47 | - |
| YUV | 94.44 | 210.71 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 110 | 241 | 0.97 | 0.54 | 0 | 0.05 | 213.73 | 0.94 | 0.49 |
| Hex | 8 | 6E | F1 | 61 | 36 | 0 | 5 | D6 | 5E | 31 |
| Octal | 10 | 156 | 361 | 141 | 66 | 0 | 5 | 326 | 136 | 61 |
| Binary | 1000 | 1101110 | 11110001 | 1100001 | 110110 | 0 | 101 | 11010110 | 1011110 | 110001 |
Color Harmonies of #086EF1
Complementary color
Monochromatic Colors of #086EF1
Black with #086EF1
Text Example
Text Example
White with #086EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086EF1; }
p { color: rgb(8,110,241); }
H1.HeaderClassName
{
color: #086EF1;
}
.AnyTagClassName
{
color: #086EF1;
}
</style>
background-color css
<style>
a { background-color: #086EF1; }
a { background-color: rgb(8,110,241); }
div.DivClassName
{
background-color: #086EF1;
}
.BgClassName
{
background-color: #086EF1;
}
</style>
border-color css
<style>
span { border-color: #086EF1; }
span { border-color: rgb(8,110,241); }
td.TdClassName
{
border-color: #086EF1;
}
.TagClassName
{
border-color: #086EF1;
}
</style>