Shades of Navy Blue #096CE9
Tints of Navy Blue #096CE9
RGB
CMYK
RGB Variations
Color information
#096CE9 (or 0x096CE9) is known color: Navy Blue. HEX triplet: 09, 6C and E9. RGB value is (9,108,233). Sum of RGB (Red+Green+Blue) = 9+108+233=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 233 (91.41% from 255 or 66.57% from 350); Max value from RGB is 233 - color contains mainly: blue. Hex color #096CE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #096CE9 is #F69316. Grayscale: #5C5C5C. Windows color (decimal): -16159511 or 15297545. OLE color: 15297545.
HSL color Cylindrical-coordinate representation of color #096CE9: hue angle of 213.48º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096CE9 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 108 | 233 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.09 |
| HSL | 213.48º | 0.93% | 0.47% | - |
| HSV(B) | 213.48º | 0.96% | 0.91% | - |
| XYZ | 20.18 | 16.67 | 79.24 | - |
| YUV | 92.65 | 207.2 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 108 | 233 | 0.96 | 0.54 | 0 | 0.09 | 213.48 | 0.93 | 0.47 |
| Hex | 9 | 6C | E9 | 60 | 36 | 0 | 9 | D5 | 5D | 2F |
| Octal | 11 | 154 | 351 | 140 | 66 | 0 | 11 | 325 | 135 | 57 |
| Binary | 1001 | 1101100 | 11101001 | 1100000 | 110110 | 0 | 1001 | 11010101 | 1011101 | 101111 |
Color Harmonies of #096CE9
Complementary color
Monochromatic Colors of #096CE9
Black with #096CE9
Text Example
Text Example
White with #096CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096CE9; }
p { color: rgb(9,108,233); }
H1.HeaderClassName
{
color: #096CE9;
}
.AnyTagClassName
{
color: #096CE9;
}
</style>
background-color css
<style>
a { background-color: #096CE9; }
a { background-color: rgb(9,108,233); }
div.DivClassName
{
background-color: #096CE9;
}
.BgClassName
{
background-color: #096CE9;
}
</style>
border-color css
<style>
span { border-color: #096CE9; }
span { border-color: rgb(9,108,233); }
td.TdClassName
{
border-color: #096CE9;
}
.TagClassName
{
border-color: #096CE9;
}
</style>