Shades of Dark Cerulean #044C7D
Tints of Dark Cerulean #044C7D
RGB
CMYK
RGB Variations
Color information
#044C7D (or 0x044C7D) is known color: Dark Cerulean. HEX triplet: 04, 4C and 7D. RGB value is (4,76,125). Sum of RGB (Red+Green+Blue) = 4+76+125=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #044C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044C7D is #FBB382. Grayscale: #3B3B3B. Windows color (decimal): -16495491 or 8211460. OLE color: 8211460.
HSL color Cylindrical-coordinate representation of color #044C7D: hue angle of 204.3º 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 #044C7D is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 76 | 125 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.51 |
| HSL | 204.3º | 0.94% | 0.25% | - |
| HSV(B) | 204.3º | 0.97% | 0.49% | - |
| XYZ | 6.34 | 6.68 | 20.36 | - |
| YUV | 60.06 | 164.65 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 125 | 0.97 | 0.39 | 0 | 0.51 | 204.3 | 0.94 | 0.25 |
| Hex | 4 | 4C | 7D | 61 | 27 | 0 | 33 | CC | 5E | 19 |
| Octal | 4 | 114 | 175 | 141 | 47 | 0 | 63 | 314 | 136 | 31 |
| Binary | 100 | 1001100 | 1111101 | 1100001 | 100111 | 0 | 110011 | 11001100 | 1011110 | 11001 |
Color Harmonies of #044C7D
Complementary color
Monochromatic Colors of #044C7D
Black with #044C7D
Text Example
Text Example
White with #044C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044C7D; }
p { color: rgb(4,76,125); }
H1.HeaderClassName
{
color: #044C7D;
}
.AnyTagClassName
{
color: #044C7D;
}
</style>
background-color css
<style>
a { background-color: #044C7D; }
a { background-color: rgb(4,76,125); }
div.DivClassName
{
background-color: #044C7D;
}
.BgClassName
{
background-color: #044C7D;
}
</style>
border-color css
<style>
span { border-color: #044C7D; }
span { border-color: rgb(4,76,125); }
td.TdClassName
{
border-color: #044C7D;
}
.TagClassName
{
border-color: #044C7D;
}
</style>