Shades of Dark Cerulean #144D72
Tints of Dark Cerulean #144D72
RGB
CMYK
RGB Variations
Color information
#144D72 (or 0x144D72) is known color: Dark Cerulean. HEX triplet: 14, 4D and 72. RGB value is (20,77,114). Sum of RGB (Red+Green+Blue) = 20+77+114=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #144D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144D72 is #EBB28D. Grayscale: #3F3F3F. Windows color (decimal): -15446670 or 7490836. OLE color: 7490836.
HSL color Cylindrical-coordinate representation of color #144D72: hue angle of 203.62º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #144D72 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 77 | 114 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.55 |
| HSL | 203.62º | 0.7% | 0.26% | - |
| HSV(B) | 203.62º | 0.82% | 0.45% | - |
| XYZ | 5.98 | 6.67 | 16.89 | - |
| YUV | 64.18 | 156.12 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 114 | 0.82 | 0.32 | 0 | 0.55 | 203.62 | 0.7 | 0.26 |
| Hex | 14 | 4D | 72 | 52 | 20 | 0 | 37 | CC | 46 | 1A |
| Octal | 24 | 115 | 162 | 122 | 40 | 0 | 67 | 314 | 106 | 32 |
| Binary | 10100 | 1001101 | 1110010 | 1010010 | 100000 | 0 | 110111 | 11001100 | 1000110 | 11010 |
Color Harmonies of #144D72
Complementary color
Monochromatic Colors of #144D72
Black with #144D72
Text Example
Text Example
White with #144D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144D72; }
p { color: rgb(20,77,114); }
H1.HeaderClassName
{
color: #144D72;
}
.AnyTagClassName
{
color: #144D72;
}
</style>
background-color css
<style>
a { background-color: #144D72; }
a { background-color: rgb(20,77,114); }
div.DivClassName
{
background-color: #144D72;
}
.BgClassName
{
background-color: #144D72;
}
</style>
border-color css
<style>
span { border-color: #144D72; }
span { border-color: rgb(20,77,114); }
td.TdClassName
{
border-color: #144D72;
}
.TagClassName
{
border-color: #144D72;
}
</style>