Shades of Navy Blue #044FED
Tints of Navy Blue #044FED
RGB
CMYK
RGB Variations
Color information
#044FED (or 0x044FED) is known color: Navy Blue. HEX triplet: 04, 4F and ED. RGB value is (4,79,237). Sum of RGB (Red+Green+Blue) = 4+79+237=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 237 (92.97% from 255 or 74.06% from 320); Max value from RGB is 237 - color contains mainly: blue. Hex color #044FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044FED is #FBB012. Grayscale: #494949. Windows color (decimal): -16494611 or 15552260. OLE color: 15552260.
HSL color Cylindrical-coordinate representation of color #044FED: hue angle of 220.69º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044FED is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 79 | 237 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.07 |
| HSL | 220.69º | 0.97% | 0.47% | - |
| HSV(B) | 220.69º | 0.98% | 0.93% | - |
| XYZ | 18.13 | 11.73 | 81.43 | - |
| YUV | 74.59 | 219.65 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 237 | 0.98 | 0.67 | 0 | 0.07 | 220.69 | 0.97 | 0.47 |
| Hex | 4 | 4F | ED | 62 | 43 | 0 | 7 | DD | 61 | 2F |
| Octal | 4 | 117 | 355 | 142 | 103 | 0 | 7 | 335 | 141 | 57 |
| Binary | 100 | 1001111 | 11101101 | 1100010 | 1000011 | 0 | 111 | 11011101 | 1100001 | 101111 |
Color Harmonies of #044FED
Complementary color
Monochromatic Colors of #044FED
Black with #044FED
Text Example
Text Example
White with #044FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044FED; }
p { color: rgb(4,79,237); }
H1.HeaderClassName
{
color: #044FED;
}
.AnyTagClassName
{
color: #044FED;
}
</style>
background-color css
<style>
a { background-color: #044FED; }
a { background-color: rgb(4,79,237); }
div.DivClassName
{
background-color: #044FED;
}
.BgClassName
{
background-color: #044FED;
}
</style>
border-color css
<style>
span { border-color: #044FED; }
span { border-color: rgb(4,79,237); }
td.TdClassName
{
border-color: #044FED;
}
.TagClassName
{
border-color: #044FED;
}
</style>