Shades of Navy Blue #086FF2
Tints of Navy Blue #086FF2
RGB
CMYK
RGB Variations
Color information
#086FF2 (or 0x086FF2) is known color: Navy Blue. HEX triplet: 08, 6F and F2. RGB value is (8,111,242). Sum of RGB (Red+Green+Blue) = 8+111+242=361 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 242 (94.92% from 255 or 67.04% from 361); Max value from RGB is 242 - color contains mainly: blue. Hex color #086FF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086FF2 is #F7900D. Grayscale: #5E5E5E. Windows color (decimal): -16224270 or 15888136. OLE color: 15888136.
HSL color Cylindrical-coordinate representation of color #086FF2: hue angle of 213.59º 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 #086FF2 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 111 | 242 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.05 |
| HSL | 213.59º | 0.94% | 0.49% | - |
| HSV(B) | 213.59º | 0.97% | 0.95% | - |
| XYZ | 21.81 | 17.83 | 86.3 | - |
| YUV | 95.14 | 210.88 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 242 | 0.97 | 0.54 | 0 | 0.05 | 213.59 | 0.94 | 0.49 |
| Hex | 8 | 6F | F2 | 61 | 36 | 0 | 5 | D6 | 5E | 31 |
| Octal | 10 | 157 | 362 | 141 | 66 | 0 | 5 | 326 | 136 | 61 |
| Binary | 1000 | 1101111 | 11110010 | 1100001 | 110110 | 0 | 101 | 11010110 | 1011110 | 110001 |
Color Harmonies of #086FF2
Complementary color
Monochromatic Colors of #086FF2
Black with #086FF2
Text Example
Text Example
White with #086FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086FF2; }
p { color: rgb(8,111,242); }
H1.HeaderClassName
{
color: #086FF2;
}
.AnyTagClassName
{
color: #086FF2;
}
</style>
background-color css
<style>
a { background-color: #086FF2; }
a { background-color: rgb(8,111,242); }
div.DivClassName
{
background-color: #086FF2;
}
.BgClassName
{
background-color: #086FF2;
}
</style>
border-color css
<style>
span { border-color: #086FF2; }
span { border-color: rgb(8,111,242); }
td.TdClassName
{
border-color: #086FF2;
}
.TagClassName
{
border-color: #086FF2;
}
</style>