Shades of Navy Blue #0946EB
Tints of Navy Blue #0946EB
RGB
CMYK
RGB Variations
Color information
#0946EB (or 0x0946EB) is known color: Navy Blue. HEX triplet: 09, 46 and EB. RGB value is (9,70,235). Sum of RGB (Red+Green+Blue) = 9+70+235=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 235 (92.19% from 255 or 74.84% from 314); Max value from RGB is 235 - color contains mainly: blue. Hex color #0946EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0946EB is #F6B914. Grayscale: #454545. Windows color (decimal): -16169237 or 15418889. OLE color: 15418889.
HSL color Cylindrical-coordinate representation of color #0946EB: hue angle of 223.81º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0946EB is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 70 | 235 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.08 |
| HSL | 223.81º | 0.93% | 0.48% | - |
| HSV(B) | 223.81º | 0.96% | 0.92% | - |
| XYZ | 17.3 | 10.44 | 79.7 | - |
| YUV | 70.57 | 220.79 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 235 | 0.96 | 0.70 | 0 | 0.08 | 223.81 | 0.93 | 0.48 |
| Hex | 9 | 46 | EB | 60 | 46 | 0 | 8 | E0 | 5D | 30 |
| Octal | 11 | 106 | 353 | 140 | 106 | 0 | 10 | 340 | 135 | 60 |
| Binary | 1001 | 1000110 | 11101011 | 1100000 | 1000110 | 0 | 1000 | 11100000 | 1011101 | 110000 |
Color Harmonies of #0946EB
Complementary color
Monochromatic Colors of #0946EB
Black with #0946EB
Text Example
Text Example
White with #0946EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0946EB; }
p { color: rgb(9,70,235); }
H1.HeaderClassName
{
color: #0946EB;
}
.AnyTagClassName
{
color: #0946EB;
}
</style>
background-color css
<style>
a { background-color: #0946EB; }
a { background-color: rgb(9,70,235); }
div.DivClassName
{
background-color: #0946EB;
}
.BgClassName
{
background-color: #0946EB;
}
</style>
border-color css
<style>
span { border-color: #0946EB; }
span { border-color: rgb(9,70,235); }
td.TdClassName
{
border-color: #0946EB;
}
.TagClassName
{
border-color: #0946EB;
}
</style>