Shades of Navy Blue #0943E9
Tints of Navy Blue #0943E9
RGB
CMYK
RGB Variations
Color information
#0943E9 (or 0x0943E9) is known color: Navy Blue. HEX triplet: 09, 43 and E9. RGB value is (9,67,233). Sum of RGB (Red+Green+Blue) = 9+67+233=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 233 (91.41% from 255 or 75.40% from 309); Max value from RGB is 233 - color contains mainly: blue. Hex color #0943E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0943E9 is #F6BC16. Grayscale: #434343. Windows color (decimal): -16170007 or 15287049. OLE color: 15287049.
HSL color Cylindrical-coordinate representation of color #0943E9: hue angle of 224.46º 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 #0943E9 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 67 | 233 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.09 |
| HSL | 224.46º | 0.93% | 0.47% | - |
| HSV(B) | 224.46º | 0.96% | 0.91% | - |
| XYZ | 16.83 | 9.96 | 78.13 | - |
| YUV | 68.58 | 220.78 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 233 | 0.96 | 0.71 | 0 | 0.09 | 224.46 | 0.93 | 0.47 |
| Hex | 9 | 43 | E9 | 60 | 47 | 0 | 9 | E0 | 5D | 2F |
| Octal | 11 | 103 | 351 | 140 | 107 | 0 | 11 | 340 | 135 | 57 |
| Binary | 1001 | 1000011 | 11101001 | 1100000 | 1000111 | 0 | 1001 | 11100000 | 1011101 | 101111 |
Color Harmonies of #0943E9
Complementary color
Monochromatic Colors of #0943E9
Black with #0943E9
Text Example
Text Example
White with #0943E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0943E9; }
p { color: rgb(9,67,233); }
H1.HeaderClassName
{
color: #0943E9;
}
.AnyTagClassName
{
color: #0943E9;
}
</style>
background-color css
<style>
a { background-color: #0943E9; }
a { background-color: rgb(9,67,233); }
div.DivClassName
{
background-color: #0943E9;
}
.BgClassName
{
background-color: #0943E9;
}
</style>
border-color css
<style>
span { border-color: #0943E9; }
span { border-color: rgb(9,67,233); }
td.TdClassName
{
border-color: #0943E9;
}
.TagClassName
{
border-color: #0943E9;
}
</style>