Shades of Dark Cerulean #144372
Tints of Dark Cerulean #144372
RGB
CMYK
RGB Variations
Color information
#144372 (or 0x144372) is known color: Dark Cerulean. HEX triplet: 14, 43 and 72. RGB value is (20,67,114). Sum of RGB (Red+Green+Blue) = 20+67+114=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #144372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144372 is #EBBC8D. Grayscale: #3A3A3A. Windows color (decimal): -15449230 or 7488276. OLE color: 7488276.
HSL color Cylindrical-coordinate representation of color #144372: hue angle of 210º 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 #144372 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 67 | 114 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.55 |
| HSL | 210º | 0.7% | 0.26% | - |
| HSV(B) | 210º | 0.82% | 0.45% | - |
| XYZ | 5.33 | 5.38 | 16.68 | - |
| YUV | 58.31 | 159.43 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 67 | 114 | 0.82 | 0.41 | 0 | 0.55 | 210 | 0.7 | 0.26 |
| Hex | 14 | 43 | 72 | 52 | 29 | 0 | 37 | D2 | 46 | 1A |
| Octal | 24 | 103 | 162 | 122 | 51 | 0 | 67 | 322 | 106 | 32 |
| Binary | 10100 | 1000011 | 1110010 | 1010010 | 101001 | 0 | 110111 | 11010010 | 1000110 | 11010 |
Color Harmonies of #144372
Complementary color
Monochromatic Colors of #144372
Black with #144372
Text Example
Text Example
White with #144372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144372; }
p { color: rgb(20,67,114); }
H1.HeaderClassName
{
color: #144372;
}
.AnyTagClassName
{
color: #144372;
}
</style>
background-color css
<style>
a { background-color: #144372; }
a { background-color: rgb(20,67,114); }
div.DivClassName
{
background-color: #144372;
}
.BgClassName
{
background-color: #144372;
}
</style>
border-color css
<style>
span { border-color: #144372; }
span { border-color: rgb(20,67,114); }
td.TdClassName
{
border-color: #144372;
}
.TagClassName
{
border-color: #144372;
}
</style>