Shades of Dark Cerulean #044A85
Tints of Dark Cerulean #044A85
RGB
CMYK
RGB Variations
Color information
#044A85 (or 0x044A85) is known color: Dark Cerulean. HEX triplet: 04, 4A and 85. RGB value is (4,74,133). Sum of RGB (Red+Green+Blue) = 4+74+133=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #044A85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044A85 is #FBB57A. Grayscale: #3B3B3B. Windows color (decimal): -16495995 or 8735236. OLE color: 8735236.
HSL color Cylindrical-coordinate representation of color #044A85: hue angle of 207.44º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044A85 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 74 | 133 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.48 |
| HSL | 207.44º | 0.94% | 0.27% | - |
| HSV(B) | 207.44º | 0.97% | 0.52% | - |
| XYZ | 6.73 | 6.62 | 23.11 | - |
| YUV | 59.8 | 169.31 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 133 | 0.97 | 0.44 | 0 | 0.48 | 207.44 | 0.94 | 0.27 |
| Hex | 4 | 4A | 85 | 61 | 2C | 0 | 30 | CF | 5E | 1B |
| Octal | 4 | 112 | 205 | 141 | 54 | 0 | 60 | 317 | 136 | 33 |
| Binary | 100 | 1001010 | 10000101 | 1100001 | 101100 | 0 | 110000 | 11001111 | 1011110 | 11011 |
Color Harmonies of #044A85
Complementary color
Monochromatic Colors of #044A85
Black with #044A85
Text Example
Text Example
White with #044A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044A85; }
p { color: rgb(4,74,133); }
H1.HeaderClassName
{
color: #044A85;
}
.AnyTagClassName
{
color: #044A85;
}
</style>
background-color css
<style>
a { background-color: #044A85; }
a { background-color: rgb(4,74,133); }
div.DivClassName
{
background-color: #044A85;
}
.BgClassName
{
background-color: #044A85;
}
</style>
border-color css
<style>
span { border-color: #044A85; }
span { border-color: rgb(4,74,133); }
td.TdClassName
{
border-color: #044A85;
}
.TagClassName
{
border-color: #044A85;
}
</style>