Shades of Dark Cerulean #144C80
Tints of Dark Cerulean #144C80
RGB
CMYK
RGB Variations
Color information
#144C80 (or 0x144C80) is known color: Dark Cerulean. HEX triplet: 14, 4C and 80. RGB value is (20,76,128). Sum of RGB (Red+Green+Blue) = 20+76+128=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 128 (50.39% from 255 or 57.14% from 224); Max value from RGB is 128 - color contains mainly: blue. Hex color #144C80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144C80 is #EBB37F. Grayscale: #404040. Windows color (decimal): -15446912 or 8408084. OLE color: 8408084.
HSL color Cylindrical-coordinate representation of color #144C80: hue angle of 208.89º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #144C80 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 76 | 128 | - |
| CMYK | 0.84 | 0.41 | 0 | 0.50 |
| HSL | 208.89º | 0.73% | 0.29% | - |
| HSV(B) | 208.89º | 0.84% | 0.5% | - |
| XYZ | 6.77 | 6.88 | 21.39 | - |
| YUV | 65.18 | 163.45 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 128 | 0.84 | 0.41 | 0 | 0.50 | 208.89 | 0.73 | 0.29 |
| Hex | 14 | 4C | 80 | 54 | 29 | 0 | 32 | D1 | 49 | 1D |
| Octal | 24 | 114 | 200 | 124 | 51 | 0 | 62 | 321 | 111 | 35 |
| Binary | 10100 | 1001100 | 10000000 | 1010100 | 101001 | 0 | 110010 | 11010001 | 1001001 | 11101 |
Color Harmonies of #144C80
Complementary color
Monochromatic Colors of #144C80
Black with #144C80
Text Example
Text Example
White with #144C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144C80; }
p { color: rgb(20,76,128); }
H1.HeaderClassName
{
color: #144C80;
}
.AnyTagClassName
{
color: #144C80;
}
</style>
background-color css
<style>
a { background-color: #144C80; }
a { background-color: rgb(20,76,128); }
div.DivClassName
{
background-color: #144C80;
}
.BgClassName
{
background-color: #144C80;
}
</style>
border-color css
<style>
span { border-color: #144C80; }
span { border-color: rgb(20,76,128); }
td.TdClassName
{
border-color: #144C80;
}
.TagClassName
{
border-color: #144C80;
}
</style>