Shades of Navy Blue #096BEC
Tints of Navy Blue #096BEC
RGB
CMYK
RGB Variations
Color information
#096BEC (or 0x096BEC) is known color: Navy Blue. HEX triplet: 09, 6B and EC. RGB value is (9,107,236). Sum of RGB (Red+Green+Blue) = 9+107+236=352 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 236 (92.58% from 255 or 67.05% from 352); Max value from RGB is 236 - color contains mainly: blue. Hex color #096BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096BEC is #F69413. Grayscale: #5B5B5B. Windows color (decimal): -16159764 or 15493897. OLE color: 15493897.
HSL color Cylindrical-coordinate representation of color #096BEC: hue angle of 214.1º 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 #096BEC is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 107 | 236 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.07 |
| HSL | 214.1º | 0.93% | 0.48% | - |
| HSV(B) | 214.1º | 0.96% | 0.93% | - |
| XYZ | 20.51 | 16.63 | 81.49 | - |
| YUV | 92.4 | 209.03 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 236 | 0.96 | 0.55 | 0 | 0.07 | 214.1 | 0.93 | 0.48 |
| Hex | 9 | 6B | EC | 60 | 37 | 0 | 7 | D6 | 5D | 30 |
| Octal | 11 | 153 | 354 | 140 | 67 | 0 | 7 | 326 | 135 | 60 |
| Binary | 1001 | 1101011 | 11101100 | 1100000 | 110111 | 0 | 111 | 11010110 | 1011101 | 110000 |
Color Harmonies of #096BEC
Complementary color
Monochromatic Colors of #096BEC
Black with #096BEC
Text Example
Text Example
White with #096BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096BEC; }
p { color: rgb(9,107,236); }
H1.HeaderClassName
{
color: #096BEC;
}
.AnyTagClassName
{
color: #096BEC;
}
</style>
background-color css
<style>
a { background-color: #096BEC; }
a { background-color: rgb(9,107,236); }
div.DivClassName
{
background-color: #096BEC;
}
.BgClassName
{
background-color: #096BEC;
}
</style>
border-color css
<style>
span { border-color: #096BEC; }
span { border-color: rgb(9,107,236); }
td.TdClassName
{
border-color: #096BEC;
}
.TagClassName
{
border-color: #096BEC;
}
</style>