Shades of Navy Blue #0944E9
Tints of Navy Blue #0944E9
RGB
CMYK
RGB Variations
Color information
#0944E9 (or 0x0944E9) is known color: Navy Blue. HEX triplet: 09, 44 and E9. RGB value is (9,68,233). Sum of RGB (Red+Green+Blue) = 9+68+233=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 233 (91.41% from 255 or 75.16% from 310); Max value from RGB is 233 - color contains mainly: blue. Hex color #0944E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0944E9 is #F6BB16. Grayscale: #444444. Windows color (decimal): -16169751 or 15287305. OLE color: 15287305.
HSL color Cylindrical-coordinate representation of color #0944E9: hue angle of 224.2º 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 #0944E9 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 68 | 233 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.09 |
| HSL | 224.2º | 0.93% | 0.47% | - |
| HSV(B) | 224.2º | 0.96% | 0.91% | - |
| XYZ | 16.89 | 10.08 | 78.15 | - |
| YUV | 69.17 | 220.45 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 68 | 233 | 0.96 | 0.71 | 0 | 0.09 | 224.2 | 0.93 | 0.47 |
| Hex | 9 | 44 | E9 | 60 | 47 | 0 | 9 | E0 | 5D | 2F |
| Octal | 11 | 104 | 351 | 140 | 107 | 0 | 11 | 340 | 135 | 57 |
| Binary | 1001 | 1000100 | 11101001 | 1100000 | 1000111 | 0 | 1001 | 11100000 | 1011101 | 101111 |
Color Harmonies of #0944E9
Complementary color
Monochromatic Colors of #0944E9
Black with #0944E9
Text Example
Text Example
White with #0944E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0944E9; }
p { color: rgb(9,68,233); }
H1.HeaderClassName
{
color: #0944E9;
}
.AnyTagClassName
{
color: #0944E9;
}
</style>
background-color css
<style>
a { background-color: #0944E9; }
a { background-color: rgb(9,68,233); }
div.DivClassName
{
background-color: #0944E9;
}
.BgClassName
{
background-color: #0944E9;
}
</style>
border-color css
<style>
span { border-color: #0944E9; }
span { border-color: rgb(9,68,233); }
td.TdClassName
{
border-color: #0944E9;
}
.TagClassName
{
border-color: #0944E9;
}
</style>