Shades of Navy Blue #0946DC
Tints of Navy Blue #0946DC
RGB
CMYK
RGB Variations
Color information
#0946DC (or 0x0946DC) is known color: Navy Blue. HEX triplet: 09, 46 and DC. RGB value is (9,70,220). Sum of RGB (Red+Green+Blue) = 9+70+220=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 220 (86.33% from 255 or 73.58% from 299); Max value from RGB is 220 - color contains mainly: blue. Hex color #0946DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0946DC is #F6B923. Grayscale: #444444. Windows color (decimal): -16169252 or 14435849. OLE color: 14435849.
HSL color Cylindrical-coordinate representation of color #0946DC: hue angle of 222.65º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0946DC is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 70 | 220 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.14 |
| HSL | 222.65º | 0.92% | 0.45% | - |
| HSV(B) | 222.65º | 0.96% | 0.86% | - |
| XYZ | 15.22 | 9.61 | 68.76 | - |
| YUV | 68.86 | 213.29 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 220 | 0.96 | 0.68 | 0 | 0.14 | 222.65 | 0.92 | 0.45 |
| Hex | 9 | 46 | DC | 60 | 44 | 0 | E | DF | 5C | 2D |
| Octal | 11 | 106 | 334 | 140 | 104 | 0 | 16 | 337 | 134 | 55 |
| Binary | 1001 | 1000110 | 11011100 | 1100000 | 1000100 | 0 | 1110 | 11011111 | 1011100 | 101101 |
Color Harmonies of #0946DC
Complementary color
Monochromatic Colors of #0946DC
Black with #0946DC
Text Example
Text Example
White with #0946DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0946DC; }
p { color: rgb(9,70,220); }
H1.HeaderClassName
{
color: #0946DC;
}
.AnyTagClassName
{
color: #0946DC;
}
</style>
background-color css
<style>
a { background-color: #0946DC; }
a { background-color: rgb(9,70,220); }
div.DivClassName
{
background-color: #0946DC;
}
.BgClassName
{
background-color: #0946DC;
}
</style>
border-color css
<style>
span { border-color: #0946DC; }
span { border-color: rgb(9,70,220); }
td.TdClassName
{
border-color: #0946DC;
}
.TagClassName
{
border-color: #0946DC;
}
</style>