Shades of Dark Cerulean #144A90
Tints of Dark Cerulean #144A90
RGB
CMYK
RGB Variations
Color information
#144A90 (or 0x144A90) is known color: Dark Cerulean. HEX triplet: 14, 4A and 90. RGB value is (20,74,144). Sum of RGB (Red+Green+Blue) = 20+74+144=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 144 (56.64% from 255 or 60.50% from 238); Max value from RGB is 144 - color contains mainly: blue. Hex color #144A90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144A90 is #EBB56F. Grayscale: #414141. Windows color (decimal): -15447408 or 9456148. OLE color: 9456148.
HSL color Cylindrical-coordinate representation of color #144A90: hue angle of 213.87º 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 #144A90 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 74 | 144 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.44 |
| HSL | 213.87º | 0.76% | 0.32% | - |
| HSV(B) | 213.87º | 0.86% | 0.56% | - |
| XYZ | 7.77 | 7.06 | 27.34 | - |
| YUV | 65.83 | 172.11 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 144 | 0.86 | 0.49 | 0 | 0.44 | 213.87 | 0.76 | 0.32 |
| Hex | 14 | 4A | 90 | 56 | 31 | 0 | 2C | D6 | 4C | 20 |
| Octal | 24 | 112 | 220 | 126 | 61 | 0 | 54 | 326 | 114 | 40 |
| Binary | 10100 | 1001010 | 10010000 | 1010110 | 110001 | 0 | 101100 | 11010110 | 1001100 | 100000 |
Color Harmonies of #144A90
Complementary color
Monochromatic Colors of #144A90
Black with #144A90
Text Example
Text Example
White with #144A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144A90; }
p { color: rgb(20,74,144); }
H1.HeaderClassName
{
color: #144A90;
}
.AnyTagClassName
{
color: #144A90;
}
</style>
background-color css
<style>
a { background-color: #144A90; }
a { background-color: rgb(20,74,144); }
div.DivClassName
{
background-color: #144A90;
}
.BgClassName
{
background-color: #144A90;
}
</style>
border-color css
<style>
span { border-color: #144A90; }
span { border-color: rgb(20,74,144); }
td.TdClassName
{
border-color: #144A90;
}
.TagClassName
{
border-color: #144A90;
}
</style>