Shades of Navy Blue #044FFE
Tints of Navy Blue #044FFE
RGB
CMYK
RGB Variations
Color information
#044FFE (or 0x044FFE) is known color: Navy Blue. HEX triplet: 04, 4F and FE. RGB value is (4,79,254). Sum of RGB (Red+Green+Blue) = 4+79+254=337 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 254 (99.61% from 255 or 75.37% from 337); Max value from RGB is 254 - color contains mainly: blue. Hex color #044FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044FFE is #FBB001. Grayscale: #4B4B4B. Windows color (decimal): -16494594 or 16666372. OLE color: 16666372.
HSL color Cylindrical-coordinate representation of color #044FFE: hue angle of 222º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044FFE is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 79 | 254 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.00 |
| HSL | 222º | 0.99% | 0.51% | - |
| HSV(B) | 222º | 0.98% | 1% | - |
| XYZ | 20.74 | 12.77 | 95.14 | - |
| YUV | 76.53 | 228.15 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 254 | 0.98 | 0.69 | 0 | 0.00 | 222 | 0.99 | 0.51 |
| Hex | 4 | 4F | FE | 62 | 45 | 0 | 0 | DE | 63 | 33 |
| Octal | 4 | 117 | 376 | 142 | 105 | 0 | 0 | 336 | 143 | 63 |
| Binary | 100 | 1001111 | 11111110 | 1100010 | 1000101 | 0 | 0 | 11011110 | 1100011 | 110011 |
Color Harmonies of #044FFE
Complementary color
Monochromatic Colors of #044FFE
Black with #044FFE
Text Example
Text Example
White with #044FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044FFE; }
p { color: rgb(4,79,254); }
H1.HeaderClassName
{
color: #044FFE;
}
.AnyTagClassName
{
color: #044FFE;
}
</style>
background-color css
<style>
a { background-color: #044FFE; }
a { background-color: rgb(4,79,254); }
div.DivClassName
{
background-color: #044FFE;
}
.BgClassName
{
background-color: #044FFE;
}
</style>
border-color css
<style>
span { border-color: #044FFE; }
span { border-color: rgb(4,79,254); }
td.TdClassName
{
border-color: #044FFE;
}
.TagClassName
{
border-color: #044FFE;
}
</style>