Shades of Navy Blue #096EF0
Tints of Navy Blue #096EF0
RGB
CMYK
RGB Variations
Color information
#096EF0 (or 0x096EF0) is known color: Navy Blue. HEX triplet: 09, 6E and F0. RGB value is (9,110,240). Sum of RGB (Red+Green+Blue) = 9+110+240=359 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 240 (94.14% from 255 or 66.85% from 359); Max value from RGB is 240 - color contains mainly: blue. Hex color #096EF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096EF0 is #F6910F. Grayscale: #5E5E5E. Windows color (decimal): -16158992 or 15756809. OLE color: 15756809.
HSL color Cylindrical-coordinate representation of color #096EF0: hue angle of 213.77º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096EF0 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 110 | 240 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.06 |
| HSL | 213.77º | 0.93% | 0.49% | - |
| HSV(B) | 213.77º | 0.96% | 0.94% | - |
| XYZ | 21.42 | 17.5 | 84.69 | - |
| YUV | 94.62 | 210.04 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 110 | 240 | 0.96 | 0.54 | 0 | 0.06 | 213.77 | 0.93 | 0.49 |
| Hex | 9 | 6E | F0 | 60 | 36 | 0 | 6 | D6 | 5D | 31 |
| Octal | 11 | 156 | 360 | 140 | 66 | 0 | 6 | 326 | 135 | 61 |
| Binary | 1001 | 1101110 | 11110000 | 1100000 | 110110 | 0 | 110 | 11010110 | 1011101 | 110001 |
Color Harmonies of #096EF0
Complementary color
Monochromatic Colors of #096EF0
Black with #096EF0
Text Example
Text Example
White with #096EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096EF0; }
p { color: rgb(9,110,240); }
H1.HeaderClassName
{
color: #096EF0;
}
.AnyTagClassName
{
color: #096EF0;
}
</style>
background-color css
<style>
a { background-color: #096EF0; }
a { background-color: rgb(9,110,240); }
div.DivClassName
{
background-color: #096EF0;
}
.BgClassName
{
background-color: #096EF0;
}
</style>
border-color css
<style>
span { border-color: #096EF0; }
span { border-color: rgb(9,110,240); }
td.TdClassName
{
border-color: #096EF0;
}
.TagClassName
{
border-color: #096EF0;
}
</style>