Shades of Dark Cerulean #144A80
Tints of Dark Cerulean #144A80
RGB
CMYK
RGB Variations
Color information
#144A80 (or 0x144A80) is known color: Dark Cerulean. HEX triplet: 14, 4A and 80. RGB value is (20,74,128). Sum of RGB (Red+Green+Blue) = 20+74+128=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 128 (50.39% from 255 or 57.66% from 222); Max value from RGB is 128 - color contains mainly: blue. Hex color #144A80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144A80 is #EBB57F. Grayscale: #3F3F3F. Windows color (decimal): -15447424 or 8407572. OLE color: 8407572.
HSL color Cylindrical-coordinate representation of color #144A80: hue angle of 210º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #144A80 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 74 | 128 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.50 |
| HSL | 210º | 0.73% | 0.29% | - |
| HSV(B) | 210º | 0.84% | 0.5% | - |
| XYZ | 6.63 | 6.6 | 21.35 | - |
| YUV | 64.01 | 164.11 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 128 | 0.84 | 0.42 | 0 | 0.50 | 210 | 0.73 | 0.29 |
| Hex | 14 | 4A | 80 | 54 | 2A | 0 | 32 | D2 | 49 | 1D |
| Octal | 24 | 112 | 200 | 124 | 52 | 0 | 62 | 322 | 111 | 35 |
| Binary | 10100 | 1001010 | 10000000 | 1010100 | 101010 | 0 | 110010 | 11010010 | 1001001 | 11101 |
Color Harmonies of #144A80
Complementary color
Monochromatic Colors of #144A80
Black with #144A80
Text Example
Text Example
White with #144A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144A80; }
p { color: rgb(20,74,128); }
H1.HeaderClassName
{
color: #144A80;
}
.AnyTagClassName
{
color: #144A80;
}
</style>
background-color css
<style>
a { background-color: #144A80; }
a { background-color: rgb(20,74,128); }
div.DivClassName
{
background-color: #144A80;
}
.BgClassName
{
background-color: #144A80;
}
</style>
border-color css
<style>
span { border-color: #144A80; }
span { border-color: rgb(20,74,128); }
td.TdClassName
{
border-color: #144A80;
}
.TagClassName
{
border-color: #144A80;
}
</style>