Shades of Navy Blue #044FFD
Tints of Navy Blue #044FFD
RGB
CMYK
RGB Variations
Color information
#044FFD (or 0x044FFD) is known color: Navy Blue. HEX triplet: 04, 4F and FD. RGB value is (4,79,253). Sum of RGB (Red+Green+Blue) = 4+79+253=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 253 (99.22% from 255 or 75.30% from 336); Max value from RGB is 253 - color contains mainly: blue. Hex color #044FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044FFD is #FBB002. Grayscale: #4B4B4B. Windows color (decimal): -16494595 or 16600836. OLE color: 16600836.
HSL color Cylindrical-coordinate representation of color #044FFD: hue angle of 221.93º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044FFD is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 79 | 253 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.01 |
| HSL | 221.93º | 0.98% | 0.5% | - |
| HSV(B) | 221.93º | 0.98% | 0.99% | - |
| XYZ | 20.58 | 12.71 | 94.3 | - |
| YUV | 76.41 | 227.65 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 253 | 0.98 | 0.69 | 0 | 0.01 | 221.93 | 0.98 | 0.5 |
| Hex | 4 | 4F | FD | 62 | 45 | 0 | 1 | DE | 62 | 32 |
| Octal | 4 | 117 | 375 | 142 | 105 | 0 | 1 | 336 | 142 | 62 |
| Binary | 100 | 1001111 | 11111101 | 1100010 | 1000101 | 0 | 1 | 11011110 | 1100010 | 110010 |
Color Harmonies of #044FFD
Complementary color
Monochromatic Colors of #044FFD
Black with #044FFD
Text Example
Text Example
White with #044FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044FFD; }
p { color: rgb(4,79,253); }
H1.HeaderClassName
{
color: #044FFD;
}
.AnyTagClassName
{
color: #044FFD;
}
</style>
background-color css
<style>
a { background-color: #044FFD; }
a { background-color: rgb(4,79,253); }
div.DivClassName
{
background-color: #044FFD;
}
.BgClassName
{
background-color: #044FFD;
}
</style>
border-color css
<style>
span { border-color: #044FFD; }
span { border-color: rgb(4,79,253); }
td.TdClassName
{
border-color: #044FFD;
}
.TagClassName
{
border-color: #044FFD;
}
</style>