Shades of Dark Cerulean #144872
Tints of Dark Cerulean #144872
RGB
CMYK
RGB Variations
Color information
#144872 (or 0x144872) is known color: Dark Cerulean. HEX triplet: 14, 48 and 72. RGB value is (20,72,114). Sum of RGB (Red+Green+Blue) = 20+72+114=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #144872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144872 is #EBB78D. Grayscale: #3D3D3D. Windows color (decimal): -15447950 or 7489556. OLE color: 7489556.
HSL color Cylindrical-coordinate representation of color #144872: hue angle of 206.81º 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 #144872 is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 72 | 114 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.55 |
| HSL | 206.81º | 0.7% | 0.26% | - |
| HSV(B) | 206.81º | 0.82% | 0.45% | - |
| XYZ | 5.64 | 6 | 16.78 | - |
| YUV | 61.24 | 157.77 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 72 | 114 | 0.82 | 0.37 | 0 | 0.55 | 206.81 | 0.7 | 0.26 |
| Hex | 14 | 48 | 72 | 52 | 25 | 0 | 37 | CF | 46 | 1A |
| Octal | 24 | 110 | 162 | 122 | 45 | 0 | 67 | 317 | 106 | 32 |
| Binary | 10100 | 1001000 | 1110010 | 1010010 | 100101 | 0 | 110111 | 11001111 | 1000110 | 11010 |
Color Harmonies of #144872
Complementary color
Monochromatic Colors of #144872
Black with #144872
Text Example
Text Example
White with #144872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144872; }
p { color: rgb(20,72,114); }
H1.HeaderClassName
{
color: #144872;
}
.AnyTagClassName
{
color: #144872;
}
</style>
background-color css
<style>
a { background-color: #144872; }
a { background-color: rgb(20,72,114); }
div.DivClassName
{
background-color: #144872;
}
.BgClassName
{
background-color: #144872;
}
</style>
border-color css
<style>
span { border-color: #144872; }
span { border-color: rgb(20,72,114); }
td.TdClassName
{
border-color: #144872;
}
.TagClassName
{
border-color: #144872;
}
</style>