Shades of Dark Cerulean #144982
Tints of Dark Cerulean #144982
RGB
CMYK
RGB Variations
Color information
#144982 (or 0x144982) is known color: Dark Cerulean. HEX triplet: 14, 49 and 82. RGB value is (20,73,130). Sum of RGB (Red+Green+Blue) = 20+73+130=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #144982 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144982 is #EBB67D. Grayscale: #3F3F3F. Windows color (decimal): -15447678 or 8538388. OLE color: 8538388.
HSL color Cylindrical-coordinate representation of color #144982: hue angle of 211.09º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #144982 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 73 | 130 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.49 |
| HSL | 211.09º | 0.73% | 0.29% | - |
| HSV(B) | 211.09º | 0.85% | 0.51% | - |
| XYZ | 6.7 | 6.53 | 22.03 | - |
| YUV | 63.65 | 165.44 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 130 | 0.85 | 0.44 | 0 | 0.49 | 211.09 | 0.73 | 0.29 |
| Hex | 14 | 49 | 82 | 55 | 2C | 0 | 31 | D3 | 49 | 1D |
| Octal | 24 | 111 | 202 | 125 | 54 | 0 | 61 | 323 | 111 | 35 |
| Binary | 10100 | 1001001 | 10000010 | 1010101 | 101100 | 0 | 110001 | 11010011 | 1001001 | 11101 |
Color Harmonies of #144982
Complementary color
Monochromatic Colors of #144982
Black with #144982
Text Example
Text Example
White with #144982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144982; }
p { color: rgb(20,73,130); }
H1.HeaderClassName
{
color: #144982;
}
.AnyTagClassName
{
color: #144982;
}
</style>
background-color css
<style>
a { background-color: #144982; }
a { background-color: rgb(20,73,130); }
div.DivClassName
{
background-color: #144982;
}
.BgClassName
{
background-color: #144982;
}
</style>
border-color css
<style>
span { border-color: #144982; }
span { border-color: rgb(20,73,130); }
td.TdClassName
{
border-color: #144982;
}
.TagClassName
{
border-color: #144982;
}
</style>