Shades of Dark Cerulean #144671
Tints of Dark Cerulean #144671
RGB
CMYK
RGB Variations
Color information
#144671 (or 0x144671) is known color: Dark Cerulean. HEX triplet: 14, 46 and 71. RGB value is (20,70,113). Sum of RGB (Red+Green+Blue) = 20+70+113=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #144671 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144671 is #EBB98E. Grayscale: #3B3B3B. Windows color (decimal): -15448463 or 7423508. OLE color: 7423508.
HSL color Cylindrical-coordinate representation of color #144671: hue angle of 207.74º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #144671 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 70 | 113 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.56 |
| HSL | 207.74º | 0.7% | 0.26% | - |
| HSV(B) | 207.74º | 0.82% | 0.44% | - |
| XYZ | 5.46 | 5.72 | 16.44 | - |
| YUV | 59.95 | 157.94 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 113 | 0.82 | 0.38 | 0 | 0.56 | 207.74 | 0.7 | 0.26 |
| Hex | 14 | 46 | 71 | 52 | 26 | 0 | 38 | D0 | 46 | 1A |
| Octal | 24 | 106 | 161 | 122 | 46 | 0 | 70 | 320 | 106 | 32 |
| Binary | 10100 | 1000110 | 1110001 | 1010010 | 100110 | 0 | 111000 | 11010000 | 1000110 | 11010 |
Color Harmonies of #144671
Complementary color
Monochromatic Colors of #144671
Black with #144671
Text Example
Text Example
White with #144671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144671; }
p { color: rgb(20,70,113); }
H1.HeaderClassName
{
color: #144671;
}
.AnyTagClassName
{
color: #144671;
}
</style>
background-color css
<style>
a { background-color: #144671; }
a { background-color: rgb(20,70,113); }
div.DivClassName
{
background-color: #144671;
}
.BgClassName
{
background-color: #144671;
}
</style>
border-color css
<style>
span { border-color: #144671; }
span { border-color: rgb(20,70,113); }
td.TdClassName
{
border-color: #144671;
}
.TagClassName
{
border-color: #144671;
}
</style>