Shades of Dark Cerulean #044174
Tints of Dark Cerulean #044174
RGB
CMYK
RGB Variations
Color information
#044174 (or 0x044174) is known color: Dark Cerulean. HEX triplet: 04, 41 and 74. RGB value is (4,65,116). Sum of RGB (Red+Green+Blue) = 4+65+116=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 116 (45.70% from 255 or 62.70% from 185); Max value from RGB is 116 - color contains mainly: blue. Hex color #044174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044174 is #FBBE8B. Grayscale: #343434. Windows color (decimal): -16498316 or 7618820. OLE color: 7618820.
HSL color Cylindrical-coordinate representation of color #044174: hue angle of 207.32º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044174 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 65 | 116 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.55 |
| HSL | 207.32º | 0.93% | 0.24% | - |
| HSV(B) | 207.32º | 0.97% | 0.45% | - |
| XYZ | 5.09 | 5.07 | 17.23 | - |
| YUV | 52.58 | 163.79 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 116 | 0.97 | 0.44 | 0 | 0.55 | 207.32 | 0.93 | 0.24 |
| Hex | 4 | 41 | 74 | 61 | 2C | 0 | 37 | CF | 5D | 18 |
| Octal | 4 | 101 | 164 | 141 | 54 | 0 | 67 | 317 | 135 | 30 |
| Binary | 100 | 1000001 | 1110100 | 1100001 | 101100 | 0 | 110111 | 11001111 | 1011101 | 11000 |
Color Harmonies of #044174
Complementary color
Monochromatic Colors of #044174
Black with #044174
Text Example
Text Example
White with #044174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044174; }
p { color: rgb(4,65,116); }
H1.HeaderClassName
{
color: #044174;
}
.AnyTagClassName
{
color: #044174;
}
</style>
background-color css
<style>
a { background-color: #044174; }
a { background-color: rgb(4,65,116); }
div.DivClassName
{
background-color: #044174;
}
.BgClassName
{
background-color: #044174;
}
</style>
border-color css
<style>
span { border-color: #044174; }
span { border-color: rgb(4,65,116); }
td.TdClassName
{
border-color: #044174;
}
.TagClassName
{
border-color: #044174;
}
</style>