Shades of Dark Cerulean #044390
Tints of Dark Cerulean #044390
RGB
CMYK
RGB Variations
Color information
#044390 (or 0x044390) is known color: Dark Cerulean. HEX triplet: 04, 43 and 90. RGB value is (4,67,144). Sum of RGB (Red+Green+Blue) = 4+67+144=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 144 (56.64% from 255 or 66.98% from 215); Max value from RGB is 144 - color contains mainly: blue. Hex color #044390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044390 is #FBBC6F. Grayscale: #383838. Windows color (decimal): -16497776 or 9454340. OLE color: 9454340.
HSL color Cylindrical-coordinate representation of color #044390: hue angle of 213º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044390 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 67 | 144 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.44 |
| HSL | 213º | 0.95% | 0.29% | - |
| HSV(B) | 213º | 0.97% | 0.56% | - |
| XYZ | 7.09 | 6.05 | 27.18 | - |
| YUV | 56.94 | 177.13 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 67 | 144 | 0.97 | 0.53 | 0 | 0.44 | 213 | 0.95 | 0.29 |
| Hex | 4 | 43 | 90 | 61 | 35 | 0 | 2C | D5 | 5F | 1D |
| Octal | 4 | 103 | 220 | 141 | 65 | 0 | 54 | 325 | 137 | 35 |
| Binary | 100 | 1000011 | 10010000 | 1100001 | 110101 | 0 | 101100 | 11010101 | 1011111 | 11101 |
Color Harmonies of #044390
Complementary color
Monochromatic Colors of #044390
Black with #044390
Text Example
Text Example
White with #044390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044390; }
p { color: rgb(4,67,144); }
H1.HeaderClassName
{
color: #044390;
}
.AnyTagClassName
{
color: #044390;
}
</style>
background-color css
<style>
a { background-color: #044390; }
a { background-color: rgb(4,67,144); }
div.DivClassName
{
background-color: #044390;
}
.BgClassName
{
background-color: #044390;
}
</style>
border-color css
<style>
span { border-color: #044390; }
span { border-color: rgb(4,67,144); }
td.TdClassName
{
border-color: #044390;
}
.TagClassName
{
border-color: #044390;
}
</style>