Shades of Dark Cerulean #144890
Tints of Dark Cerulean #144890
RGB
CMYK
RGB Variations
Color information
#144890 (or 0x144890) is known color: Dark Cerulean. HEX triplet: 14, 48 and 90. RGB value is (20,72,144). Sum of RGB (Red+Green+Blue) = 20+72+144=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 144 (56.64% from 255 or 61.02% from 236); Max value from RGB is 144 - color contains mainly: blue. Hex color #144890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144890 is #EBB76F. Grayscale: #404040. Windows color (decimal): -15447920 or 9455636. OLE color: 9455636.
HSL color Cylindrical-coordinate representation of color #144890: hue angle of 214.84º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144890 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 72 | 144 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.44 |
| HSL | 214.84º | 0.76% | 0.32% | - |
| HSV(B) | 214.84º | 0.86% | 0.56% | - |
| XYZ | 7.64 | 6.8 | 27.29 | - |
| YUV | 64.66 | 172.77 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 72 | 144 | 0.86 | 0.50 | 0 | 0.44 | 214.84 | 0.76 | 0.32 |
| Hex | 14 | 48 | 90 | 56 | 32 | 0 | 2C | D7 | 4C | 20 |
| Octal | 24 | 110 | 220 | 126 | 62 | 0 | 54 | 327 | 114 | 40 |
| Binary | 10100 | 1001000 | 10010000 | 1010110 | 110010 | 0 | 101100 | 11010111 | 1001100 | 100000 |
Color Harmonies of #144890
Complementary color
Monochromatic Colors of #144890
Black with #144890
Text Example
Text Example
White with #144890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144890; }
p { color: rgb(20,72,144); }
H1.HeaderClassName
{
color: #144890;
}
.AnyTagClassName
{
color: #144890;
}
</style>
background-color css
<style>
a { background-color: #144890; }
a { background-color: rgb(20,72,144); }
div.DivClassName
{
background-color: #144890;
}
.BgClassName
{
background-color: #144890;
}
</style>
border-color css
<style>
span { border-color: #144890; }
span { border-color: rgb(20,72,144); }
td.TdClassName
{
border-color: #144890;
}
.TagClassName
{
border-color: #144890;
}
</style>