Shades of Navy Blue #044BED
Tints of Navy Blue #044BED
RGB
CMYK
RGB Variations
Color information
#044BED (or 0x044BED) is known color: Navy Blue. HEX triplet: 04, 4B and ED. RGB value is (4,75,237). Sum of RGB (Red+Green+Blue) = 4+75+237=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 237 (92.97% from 255 or 75% from 316); Max value from RGB is 237 - color contains mainly: blue. Hex color #044BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #044BED is #FBB412. Grayscale: #474747. Windows color (decimal): -16495635 or 15551236. OLE color: 15551236.
HSL color Cylindrical-coordinate representation of color #044BED: hue angle of 221.72º 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 #044BED is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 75 | 237 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.07 |
| HSL | 221.72º | 0.97% | 0.47% | - |
| HSV(B) | 221.72º | 0.98% | 0.93% | - |
| XYZ | 17.85 | 11.17 | 81.34 | - |
| YUV | 72.24 | 220.98 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 237 | 0.98 | 0.68 | 0 | 0.07 | 221.72 | 0.97 | 0.47 |
| Hex | 4 | 4B | ED | 62 | 44 | 0 | 7 | DE | 61 | 2F |
| Octal | 4 | 113 | 355 | 142 | 104 | 0 | 7 | 336 | 141 | 57 |
| Binary | 100 | 1001011 | 11101101 | 1100010 | 1000100 | 0 | 111 | 11011110 | 1100001 | 101111 |
Color Harmonies of #044BED
Complementary color
Monochromatic Colors of #044BED
Black with #044BED
Text Example
Text Example
White with #044BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044BED; }
p { color: rgb(4,75,237); }
H1.HeaderClassName
{
color: #044BED;
}
.AnyTagClassName
{
color: #044BED;
}
</style>
background-color css
<style>
a { background-color: #044BED; }
a { background-color: rgb(4,75,237); }
div.DivClassName
{
background-color: #044BED;
}
.BgClassName
{
background-color: #044BED;
}
</style>
border-color css
<style>
span { border-color: #044BED; }
span { border-color: rgb(4,75,237); }
td.TdClassName
{
border-color: #044BED;
}
.TagClassName
{
border-color: #044BED;
}
</style>