Shades of Navy Blue #044FCB
Tints of Navy Blue #044FCB
RGB
CMYK
RGB Variations
Color information
#044FCB (or 0x044FCB) is known color: Navy Blue. HEX triplet: 04, 4F and CB. RGB value is (4,79,203). Sum of RGB (Red+Green+Blue) = 4+79+203=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 203 (79.69% from 255 or 70.98% from 286); Max value from RGB is 203 - color contains mainly: blue. Hex color #044FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044FCB is #FBB034. Grayscale: #464646. Windows color (decimal): -16494645 or 13324036. OLE color: 13324036.
HSL color Cylindrical-coordinate representation of color #044FCB: hue angle of 217.39º 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 #044FCB is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 79 | 203 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.20 |
| HSL | 217.39º | 0.96% | 0.41% | - |
| HSV(B) | 217.39º | 0.98% | 0.8% | - |
| XYZ | 13.63 | 9.93 | 57.7 | - |
| YUV | 70.71 | 202.65 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 203 | 0.98 | 0.61 | 0 | 0.20 | 217.39 | 0.96 | 0.41 |
| Hex | 4 | 4F | CB | 62 | 3D | 0 | 14 | D9 | 60 | 29 |
| Octal | 4 | 117 | 313 | 142 | 75 | 0 | 24 | 331 | 140 | 51 |
| Binary | 100 | 1001111 | 11001011 | 1100010 | 111101 | 0 | 10100 | 11011001 | 1100000 | 101001 |
Color Harmonies of #044FCB
Complementary color
Monochromatic Colors of #044FCB
Black with #044FCB
Text Example
Text Example
White with #044FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044FCB; }
p { color: rgb(4,79,203); }
H1.HeaderClassName
{
color: #044FCB;
}
.AnyTagClassName
{
color: #044FCB;
}
</style>
background-color css
<style>
a { background-color: #044FCB; }
a { background-color: rgb(4,79,203); }
div.DivClassName
{
background-color: #044FCB;
}
.BgClassName
{
background-color: #044FCB;
}
</style>
border-color css
<style>
span { border-color: #044FCB; }
span { border-color: rgb(4,79,203); }
td.TdClassName
{
border-color: #044FCB;
}
.TagClassName
{
border-color: #044FCB;
}
</style>