Shades of Navy Blue #044BFE
Tints of Navy Blue #044BFE
RGB
CMYK
RGB Variations
Color information
#044BFE (or 0x044BFE) is known color: Navy Blue. HEX triplet: 04, 4B and FE. RGB value is (4,75,254). Sum of RGB (Red+Green+Blue) = 4+75+254=333 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 254 (99.61% from 255 or 76.28% from 333); Max value from RGB is 254 - color contains mainly: blue. Hex color #044BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044BFE is #FBB401. Grayscale: #494949. Windows color (decimal): -16495618 or 16665348. OLE color: 16665348.
HSL color Cylindrical-coordinate representation of color #044BFE: hue angle of 222.96º 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 #044BFE is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 75 | 254 | - |
| CMYK | 0.98 | 0.70 | 0 | 0.00 |
| HSL | 222.96º | 0.99% | 0.51% | - |
| HSV(B) | 222.96º | 0.98% | 1% | - |
| XYZ | 20.46 | 12.21 | 95.05 | - |
| YUV | 74.18 | 229.48 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 254 | 0.98 | 0.70 | 0 | 0.00 | 222.96 | 0.99 | 0.51 |
| Hex | 4 | 4B | FE | 62 | 46 | 0 | 0 | DF | 63 | 33 |
| Octal | 4 | 113 | 376 | 142 | 106 | 0 | 0 | 337 | 143 | 63 |
| Binary | 100 | 1001011 | 11111110 | 1100010 | 1000110 | 0 | 0 | 11011111 | 1100011 | 110011 |
Color Harmonies of #044BFE
Complementary color
Monochromatic Colors of #044BFE
Black with #044BFE
Text Example
Text Example
White with #044BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044BFE; }
p { color: rgb(4,75,254); }
H1.HeaderClassName
{
color: #044BFE;
}
.AnyTagClassName
{
color: #044BFE;
}
</style>
background-color css
<style>
a { background-color: #044BFE; }
a { background-color: rgb(4,75,254); }
div.DivClassName
{
background-color: #044BFE;
}
.BgClassName
{
background-color: #044BFE;
}
</style>
border-color css
<style>
span { border-color: #044BFE; }
span { border-color: rgb(4,75,254); }
td.TdClassName
{
border-color: #044BFE;
}
.TagClassName
{
border-color: #044BFE;
}
</style>