Shades of Navy Blue #096FEC
Tints of Navy Blue #096FEC
RGB
CMYK
RGB Variations
Color information
#096FEC (or 0x096FEC) is known color: Navy Blue. HEX triplet: 09, 6F and EC. RGB value is (9,111,236). Sum of RGB (Red+Green+Blue) = 9+111+236=356 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.53% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #096FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096FEC is #F69013. Grayscale: #5E5E5E. Windows color (decimal): -16158740 or 15494921. OLE color: 15494921.
HSL color Cylindrical-coordinate representation of color #096FEC: hue angle of 213.04º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096FEC is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 111 | 236 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.07 |
| HSL | 213.04º | 0.93% | 0.48% | - |
| HSV(B) | 213.04º | 0.96% | 0.93% | - |
| XYZ | 20.94 | 17.48 | 81.63 | - |
| YUV | 94.75 | 207.71 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 111 | 236 | 0.96 | 0.53 | 0 | 0.07 | 213.04 | 0.93 | 0.48 |
| Hex | 9 | 6F | EC | 60 | 35 | 0 | 7 | D5 | 5D | 30 |
| Octal | 11 | 157 | 354 | 140 | 65 | 0 | 7 | 325 | 135 | 60 |
| Binary | 1001 | 1101111 | 11101100 | 1100000 | 110101 | 0 | 111 | 11010101 | 1011101 | 110000 |
Color Harmonies of #096FEC
Complementary color
Monochromatic Colors of #096FEC
Black with #096FEC
Text Example
Text Example
White with #096FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096FEC; }
p { color: rgb(9,111,236); }
H1.HeaderClassName
{
color: #096FEC;
}
.AnyTagClassName
{
color: #096FEC;
}
</style>
background-color css
<style>
a { background-color: #096FEC; }
a { background-color: rgb(9,111,236); }
div.DivClassName
{
background-color: #096FEC;
}
.BgClassName
{
background-color: #096FEC;
}
</style>
border-color css
<style>
span { border-color: #096FEC; }
span { border-color: rgb(9,111,236); }
td.TdClassName
{
border-color: #096FEC;
}
.TagClassName
{
border-color: #096FEC;
}
</style>