Shades of Navy Blue #086DF5
Tints of Navy Blue #086DF5
RGB
CMYK
RGB Variations
Color information
#086DF5 (or 0x086DF5) is known color: Navy Blue. HEX triplet: 08, 6D and F5. RGB value is (8,109,245). Sum of RGB (Red+Green+Blue) = 8+109+245=362 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.21% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 245 (96.09% from 255 or 67.68% from 362); Max value from RGB is 245 - color contains mainly: blue. Hex color #086DF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #086DF5 is #F7920A. Grayscale: #5D5D5D. Windows color (decimal): -16224779 or 16084232. OLE color: 16084232.
HSL color Cylindrical-coordinate representation of color #086DF5: hue angle of 214.43º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #086DF5 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 8 | 109 | 245 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.04 |
| HSL | 214.43º | 0.94% | 0.5% | - |
| HSV(B) | 214.43º | 0.97% | 0.96% | - |
| XYZ | 22.05 | 17.58 | 88.62 | - |
| YUV | 94.31 | 213.04 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 109 | 245 | 0.97 | 0.56 | 0 | 0.04 | 214.43 | 0.94 | 0.5 |
| Hex | 8 | 6D | F5 | 61 | 38 | 0 | 4 | D6 | 5E | 32 |
| Octal | 10 | 155 | 365 | 141 | 70 | 0 | 4 | 326 | 136 | 62 |
| Binary | 1000 | 1101101 | 11110101 | 1100001 | 111000 | 0 | 100 | 11010110 | 1011110 | 110010 |
Color Harmonies of #086DF5
Complementary color
Monochromatic Colors of #086DF5
Black with #086DF5
Text Example
Text Example
White with #086DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086DF5; }
p { color: rgb(8,109,245); }
H1.HeaderClassName
{
color: #086DF5;
}
.AnyTagClassName
{
color: #086DF5;
}
</style>
background-color css
<style>
a { background-color: #086DF5; }
a { background-color: rgb(8,109,245); }
div.DivClassName
{
background-color: #086DF5;
}
.BgClassName
{
background-color: #086DF5;
}
</style>
border-color css
<style>
span { border-color: #086DF5; }
span { border-color: rgb(8,109,245); }
td.TdClassName
{
border-color: #086DF5;
}
.TagClassName
{
border-color: #086DF5;
}
</style>