Shades of Dark Cerulean #044483
Tints of Dark Cerulean #044483
RGB
CMYK
RGB Variations
Color information
#044483 (or 0x044483) is known color: Dark Cerulean. HEX triplet: 04, 44 and 83. RGB value is (4,68,131). Sum of RGB (Red+Green+Blue) = 4+68+131=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 131 (51.56% from 255 or 64.53% from 203); Max value from RGB is 131 - color contains mainly: blue. Hex color #044483 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044483 is #FBBB7C. Grayscale: #373737. Windows color (decimal): -16497533 or 8602628. OLE color: 8602628.
HSL color Cylindrical-coordinate representation of color #044483: hue angle of 209.76º 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 #044483 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 68 | 131 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.49 |
| HSL | 209.76º | 0.94% | 0.26% | - |
| HSV(B) | 209.76º | 0.97% | 0.51% | - |
| XYZ | 6.21 | 5.8 | 22.26 | - |
| YUV | 56.05 | 170.3 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 68 | 131 | 0.97 | 0.48 | 0 | 0.49 | 209.76 | 0.94 | 0.26 |
| Hex | 4 | 44 | 83 | 61 | 30 | 0 | 31 | D2 | 5E | 1A |
| Octal | 4 | 104 | 203 | 141 | 60 | 0 | 61 | 322 | 136 | 32 |
| Binary | 100 | 1000100 | 10000011 | 1100001 | 110000 | 0 | 110001 | 11010010 | 1011110 | 11010 |
Color Harmonies of #044483
Complementary color
Monochromatic Colors of #044483
Black with #044483
Text Example
Text Example
White with #044483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044483; }
p { color: rgb(4,68,131); }
H1.HeaderClassName
{
color: #044483;
}
.AnyTagClassName
{
color: #044483;
}
</style>
background-color css
<style>
a { background-color: #044483; }
a { background-color: rgb(4,68,131); }
div.DivClassName
{
background-color: #044483;
}
.BgClassName
{
background-color: #044483;
}
</style>
border-color css
<style>
span { border-color: #044483; }
span { border-color: rgb(4,68,131); }
td.TdClassName
{
border-color: #044483;
}
.TagClassName
{
border-color: #044483;
}
</style>