Shades of Navy Blue #0046DD
Tints of Navy Blue #0046DD
RGB
CMYK
RGB Variations
Color information
#0046DD (or 0x0046DD) is known color: Navy Blue. HEX triplet: 00, 46 and DD. RGB value is (0,70,221). Sum of RGB (Red+Green+Blue) = 0+70+221=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 221 (86.72% from 255 or 75.95% from 291); Max value from RGB is 221 - color contains mainly: blue. Hex color #0046DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0046DD is #FFB922. Grayscale: #414141. Windows color (decimal): -16759075 or 14501376. OLE color: 14501376.
HSL color Cylindrical-coordinate representation of color #0046DD: hue angle of 221º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0046DD is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 70 | 221 | - |
| CMYK | 1 | 0.68 | 0 | 0.13 |
| HSL | 221º | 1% | 0.43% | - |
| HSV(B) | 221º | 1% | 0.87% | - |
| XYZ | 15.24 | 9.6 | 69.46 | - |
| YUV | 66.28 | 215.31 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 70 | 221 | 1 | 0.68 | 0 | 0.13 | 221 | 1 | 0.43 |
| Hex | 0 | 46 | DD | 64 | 44 | 0 | D | DD | 64 | 2B |
| Octal | 0 | 106 | 335 | 144 | 104 | 0 | 15 | 335 | 144 | 53 |
| Binary | 0 | 1000110 | 11011101 | 1100100 | 1000100 | 0 | 1101 | 11011101 | 1100100 | 101011 |
Color Harmonies of #0046DD
Complementary color
Monochromatic Colors of #0046DD
Black with #0046DD
Text Example
Text Example
White with #0046DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0046DD; }
p { color: rgb(0,70,221); }
H1.HeaderClassName
{
color: #0046DD;
}
.AnyTagClassName
{
color: #0046DD;
}
</style>
background-color css
<style>
a { background-color: #0046DD; }
a { background-color: rgb(0,70,221); }
div.DivClassName
{
background-color: #0046DD;
}
.BgClassName
{
background-color: #0046DD;
}
</style>
border-color css
<style>
span { border-color: #0046DD; }
span { border-color: rgb(0,70,221); }
td.TdClassName
{
border-color: #0046DD;
}
.TagClassName
{
border-color: #0046DD;
}
</style>