Shades of Dark Cerulean #144472
Tints of Dark Cerulean #144472
RGB
CMYK
RGB Variations
Color information
#144472 (or 0x144472) is known color: Dark Cerulean. HEX triplet: 14, 44 and 72. RGB value is (20,68,114). Sum of RGB (Red+Green+Blue) = 20+68+114=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #144472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144472 is #EBBB8D. Grayscale: #3A3A3A. Windows color (decimal): -15448974 or 7488532. OLE color: 7488532.
HSL color Cylindrical-coordinate representation of color #144472: hue angle of 209.36º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #144472 is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 68 | 114 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.55 |
| HSL | 209.36º | 0.7% | 0.26% | - |
| HSV(B) | 209.36º | 0.82% | 0.45% | - |
| XYZ | 5.39 | 5.5 | 16.7 | - |
| YUV | 58.89 | 159.1 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 68 | 114 | 0.82 | 0.40 | 0 | 0.55 | 209.36 | 0.7 | 0.26 |
| Hex | 14 | 44 | 72 | 52 | 28 | 0 | 37 | D1 | 46 | 1A |
| Octal | 24 | 104 | 162 | 122 | 50 | 0 | 67 | 321 | 106 | 32 |
| Binary | 10100 | 1000100 | 1110010 | 1010010 | 101000 | 0 | 110111 | 11010001 | 1000110 | 11010 |
Color Harmonies of #144472
Complementary color
Monochromatic Colors of #144472
Black with #144472
Text Example
Text Example
White with #144472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144472; }
p { color: rgb(20,68,114); }
H1.HeaderClassName
{
color: #144472;
}
.AnyTagClassName
{
color: #144472;
}
</style>
background-color css
<style>
a { background-color: #144472; }
a { background-color: rgb(20,68,114); }
div.DivClassName
{
background-color: #144472;
}
.BgClassName
{
background-color: #144472;
}
</style>
border-color css
<style>
span { border-color: #144472; }
span { border-color: rgb(20,68,114); }
td.TdClassName
{
border-color: #144472;
}
.TagClassName
{
border-color: #144472;
}
</style>