Shades of Dark Cerulean #144E7C
Tints of Dark Cerulean #144E7C
RGB
CMYK
RGB Variations
Color information
#144E7C (or 0x144E7C) is known color: Dark Cerulean. HEX triplet: 14, 4E and 7C. RGB value is (20,78,124). Sum of RGB (Red+Green+Blue) = 20+78+124=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #144E7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144E7C is #EBB183. Grayscale: #414141. Windows color (decimal): -15446404 or 8146452. OLE color: 8146452.
HSL color Cylindrical-coordinate representation of color #144E7C: hue angle of 206.54º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #144E7C is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 78 | 124 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.51 |
| HSL | 206.54º | 0.72% | 0.28% | - |
| HSV(B) | 206.54º | 0.84% | 0.49% | - |
| XYZ | 6.65 | 7.05 | 20.08 | - |
| YUV | 65.9 | 160.78 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 78 | 124 | 0.84 | 0.37 | 0 | 0.51 | 206.54 | 0.72 | 0.28 |
| Hex | 14 | 4E | 7C | 54 | 25 | 0 | 33 | CF | 48 | 1C |
| Octal | 24 | 116 | 174 | 124 | 45 | 0 | 63 | 317 | 110 | 34 |
| Binary | 10100 | 1001110 | 1111100 | 1010100 | 100101 | 0 | 110011 | 11001111 | 1001000 | 11100 |
Color Harmonies of #144E7C
Complementary color
Monochromatic Colors of #144E7C
Black with #144E7C
Text Example
Text Example
White with #144E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144E7C; }
p { color: rgb(20,78,124); }
H1.HeaderClassName
{
color: #144E7C;
}
.AnyTagClassName
{
color: #144E7C;
}
</style>
background-color css
<style>
a { background-color: #144E7C; }
a { background-color: rgb(20,78,124); }
div.DivClassName
{
background-color: #144E7C;
}
.BgClassName
{
background-color: #144E7C;
}
</style>
border-color css
<style>
span { border-color: #144E7C; }
span { border-color: rgb(20,78,124); }
td.TdClassName
{
border-color: #144E7C;
}
.TagClassName
{
border-color: #144E7C;
}
</style>