Shades of Dark Cerulean #044A7F
Tints of Dark Cerulean #044A7F
RGB
CMYK
RGB Variations
Color information
#044A7F (or 0x044A7F) is known color: Dark Cerulean. HEX triplet: 04, 4A and 7F. RGB value is (4,74,127). Sum of RGB (Red+Green+Blue) = 4+74+127=205 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.95% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 127 (50% from 255 or 61.95% from 205); Max value from RGB is 127 - color contains mainly: blue. Hex color #044A7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044A7F is #FBB580. Grayscale: #3A3A3A. Windows color (decimal): -16496001 or 8342020. OLE color: 8342020.
HSL color Cylindrical-coordinate representation of color #044A7F: hue angle of 205.85º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044A7F is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 74 | 127 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.50 |
| HSL | 205.85º | 0.94% | 0.26% | - |
| HSV(B) | 205.85º | 0.97% | 0.5% | - |
| XYZ | 6.33 | 6.46 | 20.99 | - |
| YUV | 59.11 | 166.31 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 127 | 0.97 | 0.42 | 0 | 0.50 | 205.85 | 0.94 | 0.26 |
| Hex | 4 | 4A | 7F | 61 | 2A | 0 | 32 | CE | 5E | 1A |
| Octal | 4 | 112 | 177 | 141 | 52 | 0 | 62 | 316 | 136 | 32 |
| Binary | 100 | 1001010 | 1111111 | 1100001 | 101010 | 0 | 110010 | 11001110 | 1011110 | 11010 |
Color Harmonies of #044A7F
Complementary color
Monochromatic Colors of #044A7F
Black with #044A7F
Text Example
Text Example
White with #044A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044A7F; }
p { color: rgb(4,74,127); }
H1.HeaderClassName
{
color: #044A7F;
}
.AnyTagClassName
{
color: #044A7F;
}
</style>
background-color css
<style>
a { background-color: #044A7F; }
a { background-color: rgb(4,74,127); }
div.DivClassName
{
background-color: #044A7F;
}
.BgClassName
{
background-color: #044A7F;
}
</style>
border-color css
<style>
span { border-color: #044A7F; }
span { border-color: rgb(4,74,127); }
td.TdClassName
{
border-color: #044A7F;
}
.TagClassName
{
border-color: #044A7F;
}
</style>