Shades of Dark Cerulean #044C75
Tints of Dark Cerulean #044C75
RGB
CMYK
RGB Variations
Color information
#044C75 (or 0x044C75) is known color: Dark Cerulean. HEX triplet: 04, 4C and 75. RGB value is (4,76,117). Sum of RGB (Red+Green+Blue) = 4+76+117=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #044C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044C75 is #FBB38A. Grayscale: #3A3A3A. Windows color (decimal): -16495499 or 7687172. OLE color: 7687172.
HSL color Cylindrical-coordinate representation of color #044C75: hue angle of 201.77º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044C75 is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 76 | 117 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.54 |
| HSL | 201.77º | 0.93% | 0.24% | - |
| HSV(B) | 201.77º | 0.97% | 0.46% | - |
| XYZ | 5.85 | 6.48 | 17.77 | - |
| YUV | 59.15 | 160.65 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 117 | 0.97 | 0.35 | 0 | 0.54 | 201.77 | 0.93 | 0.24 |
| Hex | 4 | 4C | 75 | 61 | 23 | 0 | 36 | CA | 5D | 18 |
| Octal | 4 | 114 | 165 | 141 | 43 | 0 | 66 | 312 | 135 | 30 |
| Binary | 100 | 1001100 | 1110101 | 1100001 | 100011 | 0 | 110110 | 11001010 | 1011101 | 11000 |
Color Harmonies of #044C75
Complementary color
Monochromatic Colors of #044C75
Black with #044C75
Text Example
Text Example
White with #044C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044C75; }
p { color: rgb(4,76,117); }
H1.HeaderClassName
{
color: #044C75;
}
.AnyTagClassName
{
color: #044C75;
}
</style>
background-color css
<style>
a { background-color: #044C75; }
a { background-color: rgb(4,76,117); }
div.DivClassName
{
background-color: #044C75;
}
.BgClassName
{
background-color: #044C75;
}
</style>
border-color css
<style>
span { border-color: #044C75; }
span { border-color: rgb(4,76,117); }
td.TdClassName
{
border-color: #044C75;
}
.TagClassName
{
border-color: #044C75;
}
</style>