Shades of Dark Cerulean #144A7C
Tints of Dark Cerulean #144A7C
RGB
CMYK
RGB Variations
Color information
#144A7C (or 0x144A7C) is known color: Dark Cerulean. HEX triplet: 14, 4A and 7C. RGB value is (20,74,124). Sum of RGB (Red+Green+Blue) = 20+74+124=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #144A7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144A7C is #EBB583. Grayscale: #3F3F3F. Windows color (decimal): -15447428 or 8145428. OLE color: 8145428.
HSL color Cylindrical-coordinate representation of color #144A7C: hue angle of 208.85º 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 #144A7C is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 74 | 124 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.51 |
| HSL | 208.85º | 0.72% | 0.28% | - |
| HSV(B) | 208.85º | 0.84% | 0.49% | - |
| XYZ | 6.38 | 6.5 | 19.99 | - |
| YUV | 63.55 | 162.11 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 124 | 0.84 | 0.40 | 0 | 0.51 | 208.85 | 0.72 | 0.28 |
| Hex | 14 | 4A | 7C | 54 | 28 | 0 | 33 | D1 | 48 | 1C |
| Octal | 24 | 112 | 174 | 124 | 50 | 0 | 63 | 321 | 110 | 34 |
| Binary | 10100 | 1001010 | 1111100 | 1010100 | 101000 | 0 | 110011 | 11010001 | 1001000 | 11100 |
Color Harmonies of #144A7C
Complementary color
Monochromatic Colors of #144A7C
Black with #144A7C
Text Example
Text Example
White with #144A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144A7C; }
p { color: rgb(20,74,124); }
H1.HeaderClassName
{
color: #144A7C;
}
.AnyTagClassName
{
color: #144A7C;
}
</style>
background-color css
<style>
a { background-color: #144A7C; }
a { background-color: rgb(20,74,124); }
div.DivClassName
{
background-color: #144A7C;
}
.BgClassName
{
background-color: #144A7C;
}
</style>
border-color css
<style>
span { border-color: #144A7C; }
span { border-color: rgb(20,74,124); }
td.TdClassName
{
border-color: #144A7C;
}
.TagClassName
{
border-color: #144A7C;
}
</style>