Shades of Dark Cerulean #144E90
Tints of Dark Cerulean #144E90
RGB
CMYK
RGB Variations
Color information
#144E90 (or 0x144E90) is known color: Dark Cerulean. HEX triplet: 14, 4E and 90. RGB value is (20,78,144). Sum of RGB (Red+Green+Blue) = 20+78+144=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #144E90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144E90 is #EBB16F. Grayscale: #434343. Windows color (decimal): -15446384 or 9457172. OLE color: 9457172.
HSL color Cylindrical-coordinate representation of color #144E90: hue angle of 211.94º 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 #144E90 is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 78 | 144 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.44 |
| HSL | 211.94º | 0.76% | 0.32% | - |
| HSV(B) | 211.94º | 0.86% | 0.56% | - |
| XYZ | 8.05 | 7.61 | 27.43 | - |
| YUV | 68.18 | 170.78 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 144 | 0.86 | 0.46 | 0 | 0.44 | 211.94 | 0.76 | 0.32 |
| Hex | 14 | 4E | 90 | 56 | 2E | 0 | 2C | D4 | 4C | 20 |
| Octal | 24 | 116 | 220 | 126 | 56 | 0 | 54 | 324 | 114 | 40 |
| Binary | 10100 | 1001110 | 10010000 | 1010110 | 101110 | 0 | 101100 | 11010100 | 1001100 | 100000 |
Color Harmonies of #144E90
Complementary color
Monochromatic Colors of #144E90
Black with #144E90
Text Example
Text Example
White with #144E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E90; }
p { color: rgb(20,78,144); }
H1.HeaderClassName
{
color: #144E90;
}
.AnyTagClassName
{
color: #144E90;
}
</style>
background-color css
<style>
a { background-color: #144E90; }
a { background-color: rgb(20,78,144); }
div.DivClassName
{
background-color: #144E90;
}
.BgClassName
{
background-color: #144E90;
}
</style>
border-color css
<style>
span { border-color: #144E90; }
span { border-color: rgb(20,78,144); }
td.TdClassName
{
border-color: #144E90;
}
.TagClassName
{
border-color: #144E90;
}
</style>