Shades of Navy Blue #044BCB
Tints of Navy Blue #044BCB
RGB
CMYK
RGB Variations
Color information
#044BCB (or 0x044BCB) is known color: Navy Blue. HEX triplet: 04, 4B and CB. RGB value is (4,75,203). Sum of RGB (Red+Green+Blue) = 4+75+203=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 203 (79.69% from 255 or 71.99% from 282); Max value from RGB is 203 - color contains mainly: blue. Hex color #044BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044BCB is #FBB434. Grayscale: #434343. Windows color (decimal): -16495669 or 13323012. OLE color: 13323012.
HSL color Cylindrical-coordinate representation of color #044BCB: hue angle of 218.59º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044BCB is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 75 | 203 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.20 |
| HSL | 218.59º | 0.96% | 0.41% | - |
| HSV(B) | 218.59º | 0.98% | 0.8% | - |
| XYZ | 13.35 | 9.37 | 57.61 | - |
| YUV | 68.36 | 203.98 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 203 | 0.98 | 0.63 | 0 | 0.20 | 218.59 | 0.96 | 0.41 |
| Hex | 4 | 4B | CB | 62 | 3F | 0 | 14 | DB | 60 | 29 |
| Octal | 4 | 113 | 313 | 142 | 77 | 0 | 24 | 333 | 140 | 51 |
| Binary | 100 | 1001011 | 11001011 | 1100010 | 111111 | 0 | 10100 | 11011011 | 1100000 | 101001 |
Color Harmonies of #044BCB
Complementary color
Monochromatic Colors of #044BCB
Black with #044BCB
Text Example
Text Example
White with #044BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044BCB; }
p { color: rgb(4,75,203); }
H1.HeaderClassName
{
color: #044BCB;
}
.AnyTagClassName
{
color: #044BCB;
}
</style>
background-color css
<style>
a { background-color: #044BCB; }
a { background-color: rgb(4,75,203); }
div.DivClassName
{
background-color: #044BCB;
}
.BgClassName
{
background-color: #044BCB;
}
</style>
border-color css
<style>
span { border-color: #044BCB; }
span { border-color: rgb(4,75,203); }
td.TdClassName
{
border-color: #044BCB;
}
.TagClassName
{
border-color: #044BCB;
}
</style>