Shades of Dark Cerulean #144881
Tints of Dark Cerulean #144881
RGB
CMYK
RGB Variations
Color information
#144881 (or 0x144881) is known color: Dark Cerulean. HEX triplet: 14, 48 and 81. RGB value is (20,72,129). Sum of RGB (Red+Green+Blue) = 20+72+129=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 129 (50.78% from 255 or 58.37% from 221); Max value from RGB is 129 - color contains mainly: blue. Hex color #144881 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144881 is #EBB77E. Grayscale: #3E3E3E. Windows color (decimal): -15447935 or 8472596. OLE color: 8472596.
HSL color Cylindrical-coordinate representation of color #144881: hue angle of 211.38º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #144881 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 72 | 129 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.49 |
| HSL | 211.38º | 0.73% | 0.29% | - |
| HSV(B) | 211.38º | 0.84% | 0.51% | - |
| XYZ | 6.57 | 6.37 | 21.65 | - |
| YUV | 62.95 | 165.27 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 72 | 129 | 0.84 | 0.44 | 0 | 0.49 | 211.38 | 0.73 | 0.29 |
| Hex | 14 | 48 | 81 | 54 | 2C | 0 | 31 | D3 | 49 | 1D |
| Octal | 24 | 110 | 201 | 124 | 54 | 0 | 61 | 323 | 111 | 35 |
| Binary | 10100 | 1001000 | 10000001 | 1010100 | 101100 | 0 | 110001 | 11010011 | 1001001 | 11101 |
Color Harmonies of #144881
Complementary color
Monochromatic Colors of #144881
Black with #144881
Text Example
Text Example
White with #144881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144881; }
p { color: rgb(20,72,129); }
H1.HeaderClassName
{
color: #144881;
}
.AnyTagClassName
{
color: #144881;
}
</style>
background-color css
<style>
a { background-color: #144881; }
a { background-color: rgb(20,72,129); }
div.DivClassName
{
background-color: #144881;
}
.BgClassName
{
background-color: #144881;
}
</style>
border-color css
<style>
span { border-color: #144881; }
span { border-color: rgb(20,72,129); }
td.TdClassName
{
border-color: #144881;
}
.TagClassName
{
border-color: #144881;
}
</style>