Shades of Navy Blue #0447EF
Tints of Navy Blue #0447EF
RGB
CMYK
RGB Variations
Color information
#0447EF (or 0x0447EF) is known color: Navy Blue. HEX triplet: 04, 47 and EF. RGB value is (4,71,239). Sum of RGB (Red+Green+Blue) = 4+71+239=314 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 239 (93.75% from 255 or 76.11% from 314); Max value from RGB is 239 - color contains mainly: blue. Hex color #0447EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0447EF is #FBB810. Grayscale: #454545. Windows color (decimal): -16496657 or 15681284. OLE color: 15681284.
HSL color Cylindrical-coordinate representation of color #0447EF: hue angle of 222.89º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0447EF is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 71 | 239 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.06 |
| HSL | 222.89º | 0.97% | 0.48% | - |
| HSV(B) | 222.89º | 0.98% | 0.94% | - |
| XYZ | 17.88 | 10.76 | 82.8 | - |
| YUV | 70.12 | 223.3 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 71 | 239 | 0.98 | 0.70 | 0 | 0.06 | 222.89 | 0.97 | 0.48 |
| Hex | 4 | 47 | EF | 62 | 46 | 0 | 6 | DF | 61 | 30 |
| Octal | 4 | 107 | 357 | 142 | 106 | 0 | 6 | 337 | 141 | 60 |
| Binary | 100 | 1000111 | 11101111 | 1100010 | 1000110 | 0 | 110 | 11011111 | 1100001 | 110000 |
Color Harmonies of #0447EF
Complementary color
Monochromatic Colors of #0447EF
Black with #0447EF
Text Example
Text Example
White with #0447EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0447EF; }
p { color: rgb(4,71,239); }
H1.HeaderClassName
{
color: #0447EF;
}
.AnyTagClassName
{
color: #0447EF;
}
</style>
background-color css
<style>
a { background-color: #0447EF; }
a { background-color: rgb(4,71,239); }
div.DivClassName
{
background-color: #0447EF;
}
.BgClassName
{
background-color: #0447EF;
}
</style>
border-color css
<style>
span { border-color: #0447EF; }
span { border-color: rgb(4,71,239); }
td.TdClassName
{
border-color: #0447EF;
}
.TagClassName
{
border-color: #0447EF;
}
</style>