Shades of Navy Blue #0447DD
Tints of Navy Blue #0447DD
RGB
CMYK
RGB Variations
Color information
#0447DD (or 0x0447DD) is known color: Navy Blue. HEX triplet: 04, 47 and DD. RGB value is (4,71,221). Sum of RGB (Red+Green+Blue) = 4+71+221=296 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 221 (86.72% from 255 or 74.66% from 296); Max value from RGB is 221 - color contains mainly: blue. Hex color #0447DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0447DD is #FBB822. Grayscale: #434343. Windows color (decimal): -16496675 or 14501636. OLE color: 14501636.
HSL color Cylindrical-coordinate representation of color #0447DD: hue angle of 221.47º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0447DD is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 71 | 221 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.13 |
| HSL | 221.47º | 0.96% | 0.44% | - |
| HSV(B) | 221.47º | 0.98% | 0.87% | - |
| XYZ | 15.35 | 9.75 | 69.48 | - |
| YUV | 68.07 | 214.3 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 71 | 221 | 0.98 | 0.68 | 0 | 0.13 | 221.47 | 0.96 | 0.44 |
| Hex | 4 | 47 | DD | 62 | 44 | 0 | D | DD | 60 | 2C |
| Octal | 4 | 107 | 335 | 142 | 104 | 0 | 15 | 335 | 140 | 54 |
| Binary | 100 | 1000111 | 11011101 | 1100010 | 1000100 | 0 | 1101 | 11011101 | 1100000 | 101100 |
Color Harmonies of #0447DD
Complementary color
Monochromatic Colors of #0447DD
Black with #0447DD
Text Example
Text Example
White with #0447DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0447DD; }
p { color: rgb(4,71,221); }
H1.HeaderClassName
{
color: #0447DD;
}
.AnyTagClassName
{
color: #0447DD;
}
</style>
background-color css
<style>
a { background-color: #0447DD; }
a { background-color: rgb(4,71,221); }
div.DivClassName
{
background-color: #0447DD;
}
.BgClassName
{
background-color: #0447DD;
}
</style>
border-color css
<style>
span { border-color: #0447DD; }
span { border-color: rgb(4,71,221); }
td.TdClassName
{
border-color: #0447DD;
}
.TagClassName
{
border-color: #0447DD;
}
</style>