Shades of Dark Cerulean #144B87
Tints of Dark Cerulean #144B87
RGB
CMYK
RGB Variations
Color information
#144B87 (or 0x144B87) is known color: Dark Cerulean. HEX triplet: 14, 4B and 87. RGB value is (20,75,135). Sum of RGB (Red+Green+Blue) = 20+75+135=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 135 (53.12% from 255 or 58.70% from 230); Max value from RGB is 135 - color contains mainly: blue. Hex color #144B87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144B87 is #EBB478. Grayscale: #414141. Windows color (decimal): -15447161 or 8866580. OLE color: 8866580.
HSL color Cylindrical-coordinate representation of color #144B87: hue angle of 211.3º 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 #144B87 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 75 | 135 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.47 |
| HSL | 211.3º | 0.74% | 0.3% | - |
| HSV(B) | 211.3º | 0.85% | 0.53% | - |
| XYZ | 7.18 | 6.93 | 23.88 | - |
| YUV | 65.4 | 167.28 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 75 | 135 | 0.85 | 0.44 | 0 | 0.47 | 211.3 | 0.74 | 0.3 |
| Hex | 14 | 4B | 87 | 55 | 2C | 0 | 2F | D3 | 4A | 1E |
| Octal | 24 | 113 | 207 | 125 | 54 | 0 | 57 | 323 | 112 | 36 |
| Binary | 10100 | 1001011 | 10000111 | 1010101 | 101100 | 0 | 101111 | 11010011 | 1001010 | 11110 |
Color Harmonies of #144B87
Complementary color
Monochromatic Colors of #144B87
Black with #144B87
Text Example
Text Example
White with #144B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144B87; }
p { color: rgb(20,75,135); }
H1.HeaderClassName
{
color: #144B87;
}
.AnyTagClassName
{
color: #144B87;
}
</style>
background-color css
<style>
a { background-color: #144B87; }
a { background-color: rgb(20,75,135); }
div.DivClassName
{
background-color: #144B87;
}
.BgClassName
{
background-color: #144B87;
}
</style>
border-color css
<style>
span { border-color: #144B87; }
span { border-color: rgb(20,75,135); }
td.TdClassName
{
border-color: #144B87;
}
.TagClassName
{
border-color: #144B87;
}
</style>