Shades of Navy Blue #0447FF
Tints of Navy Blue #0447FF
RGB
CMYK
RGB Variations
Color information
#0447FF (or 0x0447FF) is known color: Navy Blue. HEX triplet: 04, 47 and FF. RGB value is (4,71,255). Sum of RGB (Red+Green+Blue) = 4+71+255=330 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 255 (100% from 255 or 77.27% from 330); Max value from RGB is 255 - color contains mainly: blue. Hex color #0447FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0447FF is #FBB800. Grayscale: #474747. Windows color (decimal): -16496641 or 16729860. OLE color: 16729860.
HSL color Cylindrical-coordinate representation of color #0447FF: hue angle of 223.98º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0447FF is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 71 | 255 | - |
| CMYK | 0.98 | 0.72 | 0 | 0 |
| HSL | 223.98º | 1% | 0.51% | - |
| HSV(B) | 223.98º | 0.98% | 1% | - |
| XYZ | 20.35 | 11.75 | 95.8 | - |
| YUV | 71.94 | 231.3 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 71 | 255 | 0.98 | 0.72 | 0 | 0 | 223.98 | 1 | 0.51 |
| Hex | 4 | 47 | FF | 62 | 48 | 0 | 0 | E0 | 64 | 33 |
| Octal | 4 | 107 | 377 | 142 | 110 | 0 | 0 | 340 | 144 | 63 |
| Binary | 100 | 1000111 | 11111111 | 1100010 | 1001000 | 0 | 0 | 11100000 | 1100100 | 110011 |
Color Harmonies of #0447FF
Complementary color
Monochromatic Colors of #0447FF
Black with #0447FF
Text Example
Text Example
White with #0447FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0447FF; }
p { color: rgb(4,71,255); }
H1.HeaderClassName
{
color: #0447FF;
}
.AnyTagClassName
{
color: #0447FF;
}
</style>
background-color css
<style>
a { background-color: #0447FF; }
a { background-color: rgb(4,71,255); }
div.DivClassName
{
background-color: #0447FF;
}
.BgClassName
{
background-color: #0447FF;
}
</style>
border-color css
<style>
span { border-color: #0447FF; }
span { border-color: rgb(4,71,255); }
td.TdClassName
{
border-color: #0447FF;
}
.TagClassName
{
border-color: #0447FF;
}
</style>