Shades of Dark Cerulean #144172
Tints of Dark Cerulean #144172
RGB
CMYK
RGB Variations
Color information
#144172 (or 0x144172) is known color: Dark Cerulean. HEX triplet: 14, 41 and 72. RGB value is (20,65,114). Sum of RGB (Red+Green+Blue) = 20+65+114=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #144172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144172 is #EBBE8D. Grayscale: #383838. Windows color (decimal): -15449742 or 7487764. OLE color: 7487764.
HSL color Cylindrical-coordinate representation of color #144172: hue angle of 211.28º 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 #144172 is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 65 | 114 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.55 |
| HSL | 211.28º | 0.7% | 0.26% | - |
| HSV(B) | 211.28º | 0.82% | 0.45% | - |
| XYZ | 5.22 | 5.14 | 16.64 | - |
| YUV | 57.13 | 160.09 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 114 | 0.82 | 0.43 | 0 | 0.55 | 211.28 | 0.7 | 0.26 |
| Hex | 14 | 41 | 72 | 52 | 2B | 0 | 37 | D3 | 46 | 1A |
| Octal | 24 | 101 | 162 | 122 | 53 | 0 | 67 | 323 | 106 | 32 |
| Binary | 10100 | 1000001 | 1110010 | 1010010 | 101011 | 0 | 110111 | 11010011 | 1000110 | 11010 |
Color Harmonies of #144172
Complementary color
Monochromatic Colors of #144172
Black with #144172
Text Example
Text Example
White with #144172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144172; }
p { color: rgb(20,65,114); }
H1.HeaderClassName
{
color: #144172;
}
.AnyTagClassName
{
color: #144172;
}
</style>
background-color css
<style>
a { background-color: #144172; }
a { background-color: rgb(20,65,114); }
div.DivClassName
{
background-color: #144172;
}
.BgClassName
{
background-color: #144172;
}
</style>
border-color css
<style>
span { border-color: #144172; }
span { border-color: rgb(20,65,114); }
td.TdClassName
{
border-color: #144172;
}
.TagClassName
{
border-color: #144172;
}
</style>