Shades of Navy Blue #0946E8
Tints of Navy Blue #0946E8
RGB
CMYK
RGB Variations
Color information
#0946E8 (or 0x0946E8) is known color: Navy Blue. HEX triplet: 09, 46 and E8. RGB value is (9,70,232). Sum of RGB (Red+Green+Blue) = 9+70+232=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 232 (91.02% from 255 or 74.60% from 311); Max value from RGB is 232 - color contains mainly: blue. Hex color #0946E8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0946E8 is #F6B917. Grayscale: #454545. Windows color (decimal): -16169240 or 15222281. OLE color: 15222281.
HSL color Cylindrical-coordinate representation of color #0946E8: hue angle of 223.59º 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 #0946E8 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 70 | 232 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.09 |
| HSL | 223.59º | 0.93% | 0.47% | - |
| HSV(B) | 223.59º | 0.96% | 0.91% | - |
| XYZ | 16.87 | 10.26 | 77.44 | - |
| YUV | 70.23 | 219.29 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 232 | 0.96 | 0.70 | 0 | 0.09 | 223.59 | 0.93 | 0.47 |
| Hex | 9 | 46 | E8 | 60 | 46 | 0 | 9 | E0 | 5D | 2F |
| Octal | 11 | 106 | 350 | 140 | 106 | 0 | 11 | 340 | 135 | 57 |
| Binary | 1001 | 1000110 | 11101000 | 1100000 | 1000110 | 0 | 1001 | 11100000 | 1011101 | 101111 |
Color Harmonies of #0946E8
Complementary color
Monochromatic Colors of #0946E8
Black with #0946E8
Text Example
Text Example
White with #0946E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0946E8; }
p { color: rgb(9,70,232); }
H1.HeaderClassName
{
color: #0946E8;
}
.AnyTagClassName
{
color: #0946E8;
}
</style>
background-color css
<style>
a { background-color: #0946E8; }
a { background-color: rgb(9,70,232); }
div.DivClassName
{
background-color: #0946E8;
}
.BgClassName
{
background-color: #0946E8;
}
</style>
border-color css
<style>
span { border-color: #0946E8; }
span { border-color: rgb(9,70,232); }
td.TdClassName
{
border-color: #0946E8;
}
.TagClassName
{
border-color: #0946E8;
}
</style>