Shades of Dark Cerulean #144E73
Tints of Dark Cerulean #144E73
RGB
CMYK
RGB Variations
Color information
#144E73 (or 0x144E73) is known color: Dark Cerulean. HEX triplet: 14, 4E and 73. RGB value is (20,78,115). Sum of RGB (Red+Green+Blue) = 20+78+115=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #144E73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144E73 is #EBB18C. Grayscale: #404040. Windows color (decimal): -15446413 or 7556628. OLE color: 7556628.
HSL color Cylindrical-coordinate representation of color #144E73: hue angle of 203.37º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #144E73 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 78 | 115 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.55 |
| HSL | 203.37º | 0.7% | 0.26% | - |
| HSV(B) | 203.37º | 0.83% | 0.45% | - |
| XYZ | 6.11 | 6.84 | 17.22 | - |
| YUV | 64.88 | 156.28 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 115 | 0.83 | 0.32 | 0 | 0.55 | 203.37 | 0.7 | 0.26 |
| Hex | 14 | 4E | 73 | 53 | 20 | 0 | 37 | CB | 46 | 1A |
| Octal | 24 | 116 | 163 | 123 | 40 | 0 | 67 | 313 | 106 | 32 |
| Binary | 10100 | 1001110 | 1110011 | 1010011 | 100000 | 0 | 110111 | 11001011 | 1000110 | 11010 |
Color Harmonies of #144E73
Complementary color
Monochromatic Colors of #144E73
Black with #144E73
Text Example
Text Example
White with #144E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E73; }
p { color: rgb(20,78,115); }
H1.HeaderClassName
{
color: #144E73;
}
.AnyTagClassName
{
color: #144E73;
}
</style>
background-color css
<style>
a { background-color: #144E73; }
a { background-color: rgb(20,78,115); }
div.DivClassName
{
background-color: #144E73;
}
.BgClassName
{
background-color: #144E73;
}
</style>
border-color css
<style>
span { border-color: #144E73; }
span { border-color: rgb(20,78,115); }
td.TdClassName
{
border-color: #144E73;
}
.TagClassName
{
border-color: #144E73;
}
</style>