Shades of Navy Blue #044CFB
Tints of Navy Blue #044CFB
RGB
CMYK
RGB Variations
Color information
#044CFB (or 0x044CFB) is known color: Navy Blue. HEX triplet: 04, 4C and FB. RGB value is (4,76,251). Sum of RGB (Red+Green+Blue) = 4+76+251=331 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 251 (98.44% from 255 or 75.83% from 331); Max value from RGB is 251 - color contains mainly: blue. Hex color #044CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044CFB is #FBB304. Grayscale: #494949. Windows color (decimal): -16495365 or 16468996. OLE color: 16468996.
HSL color Cylindrical-coordinate representation of color #044CFB: hue angle of 222.51º 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 #044CFB is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 76 | 251 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.02 |
| HSL | 222.51º | 0.97% | 0.5% | - |
| HSV(B) | 222.51º | 0.98% | 0.98% | - |
| XYZ | 20.05 | 12.16 | 92.56 | - |
| YUV | 74.42 | 227.65 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 251 | 0.98 | 0.70 | 0 | 0.02 | 222.51 | 0.97 | 0.5 |
| Hex | 4 | 4C | FB | 62 | 46 | 0 | 2 | DF | 61 | 32 |
| Octal | 4 | 114 | 373 | 142 | 106 | 0 | 2 | 337 | 141 | 62 |
| Binary | 100 | 1001100 | 11111011 | 1100010 | 1000110 | 0 | 10 | 11011111 | 1100001 | 110010 |
Color Harmonies of #044CFB
Complementary color
Monochromatic Colors of #044CFB
Black with #044CFB
Text Example
Text Example
White with #044CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044CFB; }
p { color: rgb(4,76,251); }
H1.HeaderClassName
{
color: #044CFB;
}
.AnyTagClassName
{
color: #044CFB;
}
</style>
background-color css
<style>
a { background-color: #044CFB; }
a { background-color: rgb(4,76,251); }
div.DivClassName
{
background-color: #044CFB;
}
.BgClassName
{
background-color: #044CFB;
}
</style>
border-color css
<style>
span { border-color: #044CFB; }
span { border-color: rgb(4,76,251); }
td.TdClassName
{
border-color: #044CFB;
}
.TagClassName
{
border-color: #044CFB;
}
</style>