Shades of Dark Cerulean #144886
Tints of Dark Cerulean #144886
RGB
CMYK
RGB Variations
Color information
#144886 (or 0x144886) is known color: Dark Cerulean. HEX triplet: 14, 48 and 86. RGB value is (20,72,134). Sum of RGB (Red+Green+Blue) = 20+72+134=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 134 (52.73% from 255 or 59.29% from 226); Max value from RGB is 134 - color contains mainly: blue. Hex color #144886 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144886 is #EBB779. Grayscale: #3F3F3F. Windows color (decimal): -15447930 or 8800276. OLE color: 8800276.
HSL color Cylindrical-coordinate representation of color #144886: hue angle of 212.63º 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 #144886 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 72 | 134 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.47 |
| HSL | 212.63º | 0.74% | 0.3% | - |
| HSV(B) | 212.63º | 0.85% | 0.53% | - |
| XYZ | 6.91 | 6.5 | 23.45 | - |
| YUV | 63.52 | 167.77 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 72 | 134 | 0.85 | 0.46 | 0 | 0.47 | 212.63 | 0.74 | 0.3 |
| Hex | 14 | 48 | 86 | 55 | 2E | 0 | 2F | D5 | 4A | 1E |
| Octal | 24 | 110 | 206 | 125 | 56 | 0 | 57 | 325 | 112 | 36 |
| Binary | 10100 | 1001000 | 10000110 | 1010101 | 101110 | 0 | 101111 | 11010101 | 1001010 | 11110 |
Color Harmonies of #144886
Complementary color
Monochromatic Colors of #144886
Black with #144886
Text Example
Text Example
White with #144886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144886; }
p { color: rgb(20,72,134); }
H1.HeaderClassName
{
color: #144886;
}
.AnyTagClassName
{
color: #144886;
}
</style>
background-color css
<style>
a { background-color: #144886; }
a { background-color: rgb(20,72,134); }
div.DivClassName
{
background-color: #144886;
}
.BgClassName
{
background-color: #144886;
}
</style>
border-color css
<style>
span { border-color: #144886; }
span { border-color: rgb(20,72,134); }
td.TdClassName
{
border-color: #144886;
}
.TagClassName
{
border-color: #144886;
}
</style>