Shades of Dark Cerulean #044983
Tints of Dark Cerulean #044983
RGB
CMYK
RGB Variations
Color information
#044983 (or 0x044983) is known color: Dark Cerulean. HEX triplet: 04, 49 and 83. RGB value is (4,73,131). Sum of RGB (Red+Green+Blue) = 4+73+131=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 131 (51.56% from 255 or 62.98% from 208); Max value from RGB is 131 - color contains mainly: blue. Hex color #044983 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044983 is #FBB67C. Grayscale: #3A3A3A. Windows color (decimal): -16496253 or 8603908. OLE color: 8603908.
HSL color Cylindrical-coordinate representation of color #044983: hue angle of 207.4º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044983 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 73 | 131 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.49 |
| HSL | 207.4º | 0.94% | 0.26% | - |
| HSV(B) | 207.4º | 0.97% | 0.51% | - |
| XYZ | 6.53 | 6.43 | 22.37 | - |
| YUV | 58.98 | 168.64 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 73 | 131 | 0.97 | 0.44 | 0 | 0.49 | 207.4 | 0.94 | 0.26 |
| Hex | 4 | 49 | 83 | 61 | 2C | 0 | 31 | CF | 5E | 1A |
| Octal | 4 | 111 | 203 | 141 | 54 | 0 | 61 | 317 | 136 | 32 |
| Binary | 100 | 1001001 | 10000011 | 1100001 | 101100 | 0 | 110001 | 11001111 | 1011110 | 11010 |
Color Harmonies of #044983
Complementary color
Monochromatic Colors of #044983
Black with #044983
Text Example
Text Example
White with #044983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044983; }
p { color: rgb(4,73,131); }
H1.HeaderClassName
{
color: #044983;
}
.AnyTagClassName
{
color: #044983;
}
</style>
background-color css
<style>
a { background-color: #044983; }
a { background-color: rgb(4,73,131); }
div.DivClassName
{
background-color: #044983;
}
.BgClassName
{
background-color: #044983;
}
</style>
border-color css
<style>
span { border-color: #044983; }
span { border-color: rgb(4,73,131); }
td.TdClassName
{
border-color: #044983;
}
.TagClassName
{
border-color: #044983;
}
</style>