Shades of Dark Cerulean #144087
Tints of Dark Cerulean #144087
RGB
CMYK
RGB Variations
Color information
#144087 (or 0x144087) is known color: Dark Cerulean. HEX triplet: 14, 40 and 87. RGB value is (20,64,135). Sum of RGB (Red+Green+Blue) = 20+64+135=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 135 (53.12% from 255 or 61.64% from 219); Max value from RGB is 135 - color contains mainly: blue. Hex color #144087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144087 is #EBBF78. Grayscale: #3A3A3A. Windows color (decimal): -15449977 or 8863764. OLE color: 8863764.
HSL color Cylindrical-coordinate representation of color #144087: hue angle of 217.04º 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 #144087 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 64 | 135 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.47 |
| HSL | 217.04º | 0.74% | 0.3% | - |
| HSV(B) | 217.04º | 0.85% | 0.53% | - |
| XYZ | 6.5 | 5.56 | 23.65 | - |
| YUV | 58.94 | 170.92 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 64 | 135 | 0.85 | 0.53 | 0 | 0.47 | 217.04 | 0.74 | 0.3 |
| Hex | 14 | 40 | 87 | 55 | 35 | 0 | 2F | D9 | 4A | 1E |
| Octal | 24 | 100 | 207 | 125 | 65 | 0 | 57 | 331 | 112 | 36 |
| Binary | 10100 | 1000000 | 10000111 | 1010101 | 110101 | 0 | 101111 | 11011001 | 1001010 | 11110 |
Color Harmonies of #144087
Complementary color
Monochromatic Colors of #144087
Black with #144087
Text Example
Text Example
White with #144087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144087; }
p { color: rgb(20,64,135); }
H1.HeaderClassName
{
color: #144087;
}
.AnyTagClassName
{
color: #144087;
}
</style>
background-color css
<style>
a { background-color: #144087; }
a { background-color: rgb(20,64,135); }
div.DivClassName
{
background-color: #144087;
}
.BgClassName
{
background-color: #144087;
}
</style>
border-color css
<style>
span { border-color: #144087; }
span { border-color: rgb(20,64,135); }
td.TdClassName
{
border-color: #144087;
}
.TagClassName
{
border-color: #144087;
}
</style>