Shades of Dark Cerulean #144290
Tints of Dark Cerulean #144290
RGB
CMYK
RGB Variations
Color information
#144290 (or 0x144290) is known color: Dark Cerulean. HEX triplet: 14, 42 and 90. RGB value is (20,66,144). Sum of RGB (Red+Green+Blue) = 20+66+144=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #144290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144290 is #EBBD6F. Grayscale: #3C3C3C. Windows color (decimal): -15449456 or 9454100. OLE color: 9454100.
HSL color Cylindrical-coordinate representation of color #144290: hue angle of 217.74º 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 #144290 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 66 | 144 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.44 |
| HSL | 217.74º | 0.76% | 0.32% | - |
| HSV(B) | 217.74º | 0.86% | 0.56% | - |
| XYZ | 7.27 | 6.06 | 27.17 | - |
| YUV | 61.14 | 174.76 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 66 | 144 | 0.86 | 0.54 | 0 | 0.44 | 217.74 | 0.76 | 0.32 |
| Hex | 14 | 42 | 90 | 56 | 36 | 0 | 2C | DA | 4C | 20 |
| Octal | 24 | 102 | 220 | 126 | 66 | 0 | 54 | 332 | 114 | 40 |
| Binary | 10100 | 1000010 | 10010000 | 1010110 | 110110 | 0 | 101100 | 11011010 | 1001100 | 100000 |
Color Harmonies of #144290
Complementary color
Monochromatic Colors of #144290
Black with #144290
Text Example
Text Example
White with #144290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144290; }
p { color: rgb(20,66,144); }
H1.HeaderClassName
{
color: #144290;
}
.AnyTagClassName
{
color: #144290;
}
</style>
background-color css
<style>
a { background-color: #144290; }
a { background-color: rgb(20,66,144); }
div.DivClassName
{
background-color: #144290;
}
.BgClassName
{
background-color: #144290;
}
</style>
border-color css
<style>
span { border-color: #144290; }
span { border-color: rgb(20,66,144); }
td.TdClassName
{
border-color: #144290;
}
.TagClassName
{
border-color: #144290;
}
</style>