Shades of Dark Cerulean #044C7E
Tints of Dark Cerulean #044C7E
RGB
CMYK
RGB Variations
Color information
#044C7E (or 0x044C7E) is known color: Dark Cerulean. HEX triplet: 04, 4C and 7E. RGB value is (4,76,126). Sum of RGB (Red+Green+Blue) = 4+76+126=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 126 (49.61% from 255 or 61.17% from 206); Max value from RGB is 126 - color contains mainly: blue. Hex color #044C7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044C7E is #FBB381. Grayscale: #3B3B3B. Windows color (decimal): -16495490 or 8276996. OLE color: 8276996.
HSL color Cylindrical-coordinate representation of color #044C7E: hue angle of 204.59º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044C7E is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 76 | 126 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.51 |
| HSL | 204.59º | 0.94% | 0.25% | - |
| HSV(B) | 204.59º | 0.97% | 0.49% | - |
| XYZ | 6.4 | 6.7 | 20.69 | - |
| YUV | 60.17 | 165.15 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 126 | 0.97 | 0.40 | 0 | 0.51 | 204.59 | 0.94 | 0.25 |
| Hex | 4 | 4C | 7E | 61 | 28 | 0 | 33 | CD | 5E | 19 |
| Octal | 4 | 114 | 176 | 141 | 50 | 0 | 63 | 315 | 136 | 31 |
| Binary | 100 | 1001100 | 1111110 | 1100001 | 101000 | 0 | 110011 | 11001101 | 1011110 | 11001 |
Color Harmonies of #044C7E
Complementary color
Monochromatic Colors of #044C7E
Black with #044C7E
Text Example
Text Example
White with #044C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044C7E; }
p { color: rgb(4,76,126); }
H1.HeaderClassName
{
color: #044C7E;
}
.AnyTagClassName
{
color: #044C7E;
}
</style>
background-color css
<style>
a { background-color: #044C7E; }
a { background-color: rgb(4,76,126); }
div.DivClassName
{
background-color: #044C7E;
}
.BgClassName
{
background-color: #044C7E;
}
</style>
border-color css
<style>
span { border-color: #044C7E; }
span { border-color: rgb(4,76,126); }
td.TdClassName
{
border-color: #044C7E;
}
.TagClassName
{
border-color: #044C7E;
}
</style>