Shades of Dark Cerulean #144C90
Tints of Dark Cerulean #144C90
RGB
CMYK
RGB Variations
Color information
#144C90 (or 0x144C90) is known color: Dark Cerulean. HEX triplet: 14, 4C and 90. RGB value is (20,76,144). Sum of RGB (Red+Green+Blue) = 20+76+144=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #144C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144C90 is #EBB36F. Grayscale: #424242. Windows color (decimal): -15446896 or 9456660. OLE color: 9456660.
HSL color Cylindrical-coordinate representation of color #144C90: hue angle of 212.9º 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 #144C90 is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 76 | 144 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.44 |
| HSL | 212.9º | 0.76% | 0.32% | - |
| HSV(B) | 212.9º | 0.86% | 0.56% | - |
| XYZ | 7.91 | 7.33 | 27.38 | - |
| YUV | 67.01 | 171.45 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 144 | 0.86 | 0.47 | 0 | 0.44 | 212.9 | 0.76 | 0.32 |
| Hex | 14 | 4C | 90 | 56 | 2F | 0 | 2C | D5 | 4C | 20 |
| Octal | 24 | 114 | 220 | 126 | 57 | 0 | 54 | 325 | 114 | 40 |
| Binary | 10100 | 1001100 | 10010000 | 1010110 | 101111 | 0 | 101100 | 11010101 | 1001100 | 100000 |
Color Harmonies of #144C90
Complementary color
Monochromatic Colors of #144C90
Black with #144C90
Text Example
Text Example
White with #144C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144C90; }
p { color: rgb(20,76,144); }
H1.HeaderClassName
{
color: #144C90;
}
.AnyTagClassName
{
color: #144C90;
}
</style>
background-color css
<style>
a { background-color: #144C90; }
a { background-color: rgb(20,76,144); }
div.DivClassName
{
background-color: #144C90;
}
.BgClassName
{
background-color: #144C90;
}
</style>
border-color css
<style>
span { border-color: #144C90; }
span { border-color: rgb(20,76,144); }
td.TdClassName
{
border-color: #144C90;
}
.TagClassName
{
border-color: #144C90;
}
</style>