Shades of Dark Cerulean #144D81
Tints of Dark Cerulean #144D81
RGB
CMYK
RGB Variations
Color information
#144D81 (or 0x144D81) is known color: Dark Cerulean. HEX triplet: 14, 4D and 81. RGB value is (20,77,129). Sum of RGB (Red+Green+Blue) = 20+77+129=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 129 (50.78% from 255 or 57.08% from 226); Max value from RGB is 129 - color contains mainly: blue. Hex color #144D81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144D81 is #EBB27E. Grayscale: #414141. Windows color (decimal): -15446655 or 8473876. OLE color: 8473876.
HSL color Cylindrical-coordinate representation of color #144D81: hue angle of 208.62º 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 #144D81 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 77 | 129 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.49 |
| HSL | 208.62º | 0.73% | 0.29% | - |
| HSV(B) | 208.62º | 0.84% | 0.51% | - |
| XYZ | 6.9 | 7.04 | 21.76 | - |
| YUV | 65.89 | 163.62 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 77 | 129 | 0.84 | 0.40 | 0 | 0.49 | 208.62 | 0.73 | 0.29 |
| Hex | 14 | 4D | 81 | 54 | 28 | 0 | 31 | D1 | 49 | 1D |
| Octal | 24 | 115 | 201 | 124 | 50 | 0 | 61 | 321 | 111 | 35 |
| Binary | 10100 | 1001101 | 10000001 | 1010100 | 101000 | 0 | 110001 | 11010001 | 1001001 | 11101 |
Color Harmonies of #144D81
Complementary color
Monochromatic Colors of #144D81
Black with #144D81
Text Example
Text Example
White with #144D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144D81; }
p { color: rgb(20,77,129); }
H1.HeaderClassName
{
color: #144D81;
}
.AnyTagClassName
{
color: #144D81;
}
</style>
background-color css
<style>
a { background-color: #144D81; }
a { background-color: rgb(20,77,129); }
div.DivClassName
{
background-color: #144D81;
}
.BgClassName
{
background-color: #144D81;
}
</style>
border-color css
<style>
span { border-color: #144D81; }
span { border-color: rgb(20,77,129); }
td.TdClassName
{
border-color: #144D81;
}
.TagClassName
{
border-color: #144D81;
}
</style>