Shades of Dark Cerulean #144C87
Tints of Dark Cerulean #144C87
RGB
CMYK
RGB Variations
Color information
#144C87 (or 0x144C87) is known color: Dark Cerulean. HEX triplet: 14, 4C and 87. RGB value is (20,76,135). Sum of RGB (Red+Green+Blue) = 20+76+135=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 135 (53.12% from 255 or 58.44% from 231); Max value from RGB is 135 - color contains mainly: blue. Hex color #144C87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144C87 is #EBB378. Grayscale: #414141. Windows color (decimal): -15446905 or 8866836. OLE color: 8866836.
HSL color Cylindrical-coordinate representation of color #144C87: hue angle of 210.78º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #144C87 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 76 | 135 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.47 |
| HSL | 210.78º | 0.74% | 0.3% | - |
| HSV(B) | 210.78º | 0.85% | 0.53% | - |
| XYZ | 7.25 | 7.07 | 23.9 | - |
| YUV | 65.98 | 166.95 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 76 | 135 | 0.85 | 0.44 | 0 | 0.47 | 210.78 | 0.74 | 0.3 |
| Hex | 14 | 4C | 87 | 55 | 2C | 0 | 2F | D3 | 4A | 1E |
| Octal | 24 | 114 | 207 | 125 | 54 | 0 | 57 | 323 | 112 | 36 |
| Binary | 10100 | 1001100 | 10000111 | 1010101 | 101100 | 0 | 101111 | 11010011 | 1001010 | 11110 |
Color Harmonies of #144C87
Complementary color
Monochromatic Colors of #144C87
Black with #144C87
Text Example
Text Example
White with #144C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144C87; }
p { color: rgb(20,76,135); }
H1.HeaderClassName
{
color: #144C87;
}
.AnyTagClassName
{
color: #144C87;
}
</style>
background-color css
<style>
a { background-color: #144C87; }
a { background-color: rgb(20,76,135); }
div.DivClassName
{
background-color: #144C87;
}
.BgClassName
{
background-color: #144C87;
}
</style>
border-color css
<style>
span { border-color: #144C87; }
span { border-color: rgb(20,76,135); }
td.TdClassName
{
border-color: #144C87;
}
.TagClassName
{
border-color: #144C87;
}
</style>