Shades of Navy Blue #086FE1
Tints of Navy Blue #086FE1
RGB
CMYK
RGB Variations
Color information
#086FE1 (or 0x086FE1) is known color: Navy Blue. HEX triplet: 08, 6F and E1. RGB value is (8,111,225). Sum of RGB (Red+Green+Blue) = 8+111+225=344 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 225 (88.28% from 255 or 65.41% from 344); Max value from RGB is 225 - color contains mainly: blue. Hex color #086FE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086FE1 is #F7901E. Grayscale: #5C5C5C. Windows color (decimal): -16224287 or 14774024. OLE color: 14774024.
HSL color Cylindrical-coordinate representation of color #086FE1: hue angle of 211.52º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086FE1 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 111 | 225 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.12 |
| HSL | 211.52º | 0.93% | 0.46% | - |
| HSV(B) | 211.52º | 0.96% | 0.88% | - |
| XYZ | 19.38 | 16.86 | 73.47 | - |
| YUV | 93.2 | 202.38 | 67.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 225 | 0.96 | 0.51 | 0 | 0.12 | 211.52 | 0.93 | 0.46 |
| Hex | 8 | 6F | E1 | 60 | 33 | 0 | C | D4 | 5D | 2E |
| Octal | 10 | 157 | 341 | 140 | 63 | 0 | 14 | 324 | 135 | 56 |
| Binary | 1000 | 1101111 | 11100001 | 1100000 | 110011 | 0 | 1100 | 11010100 | 1011101 | 101110 |
Color Harmonies of #086FE1
Complementary color
Monochromatic Colors of #086FE1
Black with #086FE1
Text Example
Text Example
White with #086FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086FE1; }
p { color: rgb(8,111,225); }
H1.HeaderClassName
{
color: #086FE1;
}
.AnyTagClassName
{
color: #086FE1;
}
</style>
background-color css
<style>
a { background-color: #086FE1; }
a { background-color: rgb(8,111,225); }
div.DivClassName
{
background-color: #086FE1;
}
.BgClassName
{
background-color: #086FE1;
}
</style>
border-color css
<style>
span { border-color: #086FE1; }
span { border-color: rgb(8,111,225); }
td.TdClassName
{
border-color: #086FE1;
}
.TagClassName
{
border-color: #086FE1;
}
</style>