Shades of Dark Cerulean #144189
Tints of Dark Cerulean #144189
RGB
CMYK
RGB Variations
Color information
#144189 (or 0x144189) is known color: Dark Cerulean. HEX triplet: 14, 41 and 89. RGB value is (20,65,137). Sum of RGB (Red+Green+Blue) = 20+65+137=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 137 (53.91% from 255 or 61.71% from 222); Max value from RGB is 137 - color contains mainly: blue. Hex color #144189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144189 is #EBBE76. Grayscale: #3B3B3B. Windows color (decimal): -15449719 or 8995092. OLE color: 8995092.
HSL color Cylindrical-coordinate representation of color #144189: hue angle of 216.92º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #144189 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 65 | 137 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.46 |
| HSL | 216.92º | 0.75% | 0.31% | - |
| HSV(B) | 216.92º | 0.85% | 0.54% | - |
| XYZ | 6.69 | 5.74 | 24.42 | - |
| YUV | 59.75 | 171.59 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 137 | 0.85 | 0.53 | 0 | 0.46 | 216.92 | 0.75 | 0.31 |
| Hex | 14 | 41 | 89 | 55 | 35 | 0 | 2E | D9 | 4B | 1F |
| Octal | 24 | 101 | 211 | 125 | 65 | 0 | 56 | 331 | 113 | 37 |
| Binary | 10100 | 1000001 | 10001001 | 1010101 | 110101 | 0 | 101110 | 11011001 | 1001011 | 11111 |
Color Harmonies of #144189
Complementary color
Monochromatic Colors of #144189
Black with #144189
Text Example
Text Example
White with #144189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144189; }
p { color: rgb(20,65,137); }
H1.HeaderClassName
{
color: #144189;
}
.AnyTagClassName
{
color: #144189;
}
</style>
background-color css
<style>
a { background-color: #144189; }
a { background-color: rgb(20,65,137); }
div.DivClassName
{
background-color: #144189;
}
.BgClassName
{
background-color: #144189;
}
</style>
border-color css
<style>
span { border-color: #144189; }
span { border-color: rgb(20,65,137); }
td.TdClassName
{
border-color: #144189;
}
.TagClassName
{
border-color: #144189;
}
</style>