Shades of Navy Blue #044FFB
Tints of Navy Blue #044FFB
RGB
CMYK
RGB Variations
Color information
#044FFB (or 0x044FFB) is known color: Navy Blue. HEX triplet: 04, 4F and FB. RGB value is (4,79,251). Sum of RGB (Red+Green+Blue) = 4+79+251=334 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 251 (98.44% from 255 or 75.15% from 334); Max value from RGB is 251 - color contains mainly: blue. Hex color #044FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044FFB is #FBB004. Grayscale: #4B4B4B. Windows color (decimal): -16494597 or 16469764. OLE color: 16469764.
HSL color Cylindrical-coordinate representation of color #044FFB: hue angle of 221.78º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044FFB is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 79 | 251 | - |
| CMYK | 0.98 | 0.69 | 0 | 0.02 |
| HSL | 221.78º | 0.97% | 0.5% | - |
| HSV(B) | 221.78º | 0.98% | 0.98% | - |
| XYZ | 20.26 | 12.58 | 92.63 | - |
| YUV | 76.18 | 226.65 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 251 | 0.98 | 0.69 | 0 | 0.02 | 221.78 | 0.97 | 0.5 |
| Hex | 4 | 4F | FB | 62 | 45 | 0 | 2 | DE | 61 | 32 |
| Octal | 4 | 117 | 373 | 142 | 105 | 0 | 2 | 336 | 141 | 62 |
| Binary | 100 | 1001111 | 11111011 | 1100010 | 1000101 | 0 | 10 | 11011110 | 1100001 | 110010 |
Color Harmonies of #044FFB
Complementary color
Monochromatic Colors of #044FFB
Black with #044FFB
Text Example
Text Example
White with #044FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044FFB; }
p { color: rgb(4,79,251); }
H1.HeaderClassName
{
color: #044FFB;
}
.AnyTagClassName
{
color: #044FFB;
}
</style>
background-color css
<style>
a { background-color: #044FFB; }
a { background-color: rgb(4,79,251); }
div.DivClassName
{
background-color: #044FFB;
}
.BgClassName
{
background-color: #044FFB;
}
</style>
border-color css
<style>
span { border-color: #044FFB; }
span { border-color: rgb(4,79,251); }
td.TdClassName
{
border-color: #044FFB;
}
.TagClassName
{
border-color: #044FFB;
}
</style>