Shades of Dark Cerulean #144878
Tints of Dark Cerulean #144878
RGB
CMYK
RGB Variations
Color information
#144878 (or 0x144878) is known color: Dark Cerulean. HEX triplet: 14, 48 and 78. RGB value is (20,72,120). Sum of RGB (Red+Green+Blue) = 20+72+120=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 120 (47.27% from 255 or 56.60% from 212); Max value from RGB is 120 - color contains mainly: blue. Hex color #144878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144878 is #EBB787. Grayscale: #3D3D3D. Windows color (decimal): -15447944 or 7882772. OLE color: 7882772.
HSL color Cylindrical-coordinate representation of color #144878: hue angle of 208.8º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #144878 is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 72 | 120 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.53 |
| HSL | 208.8º | 0.71% | 0.27% | - |
| HSV(B) | 208.8º | 0.83% | 0.47% | - |
| XYZ | 6 | 6.14 | 18.64 | - |
| YUV | 61.92 | 160.77 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 72 | 120 | 0.83 | 0.40 | 0 | 0.53 | 208.8 | 0.71 | 0.27 |
| Hex | 14 | 48 | 78 | 53 | 28 | 0 | 35 | D1 | 47 | 1B |
| Octal | 24 | 110 | 170 | 123 | 50 | 0 | 65 | 321 | 107 | 33 |
| Binary | 10100 | 1001000 | 1111000 | 1010011 | 101000 | 0 | 110101 | 11010001 | 1000111 | 11011 |
Color Harmonies of #144878
Complementary color
Monochromatic Colors of #144878
Black with #144878
Text Example
Text Example
White with #144878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144878; }
p { color: rgb(20,72,120); }
H1.HeaderClassName
{
color: #144878;
}
.AnyTagClassName
{
color: #144878;
}
</style>
background-color css
<style>
a { background-color: #144878; }
a { background-color: rgb(20,72,120); }
div.DivClassName
{
background-color: #144878;
}
.BgClassName
{
background-color: #144878;
}
</style>
border-color css
<style>
span { border-color: #144878; }
span { border-color: rgb(20,72,120); }
td.TdClassName
{
border-color: #144878;
}
.TagClassName
{
border-color: #144878;
}
</style>