Shades of Dark Cerulean #143971
Tints of Dark Cerulean #143971
RGB
CMYK
RGB Variations
Color information
#143971 (or 0x143971) is known color: Dark Cerulean. HEX triplet: 14, 39 and 71. RGB value is (20,57,113). Sum of RGB (Red+Green+Blue) = 20+57+113=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 113 (44.53% from 255 or 59.47% from 190); Max value from RGB is 113 - color contains mainly: blue. Hex color #143971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143971 is #EBC68E. Grayscale: #343434. Windows color (decimal): -15451791 or 7420180. OLE color: 7420180.
HSL color Cylindrical-coordinate representation of color #143971: hue angle of 216.13º 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 #143971 is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 57 | 113 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.56 |
| HSL | 216.13º | 0.7% | 0.26% | - |
| HSV(B) | 216.13º | 0.82% | 0.44% | - |
| XYZ | 4.73 | 4.27 | 16.2 | - |
| YUV | 52.32 | 162.24 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 57 | 113 | 0.82 | 0.50 | 0 | 0.56 | 216.13 | 0.7 | 0.26 |
| Hex | 14 | 39 | 71 | 52 | 32 | 0 | 38 | D8 | 46 | 1A |
| Octal | 24 | 71 | 161 | 122 | 62 | 0 | 70 | 330 | 106 | 32 |
| Binary | 10100 | 111001 | 1110001 | 1010010 | 110010 | 0 | 111000 | 11011000 | 1000110 | 11010 |
Color Harmonies of #143971
Complementary color
Monochromatic Colors of #143971
Black with #143971
Text Example
Text Example
White with #143971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143971; }
p { color: rgb(20,57,113); }
H1.HeaderClassName
{
color: #143971;
}
.AnyTagClassName
{
color: #143971;
}
</style>
background-color css
<style>
a { background-color: #143971; }
a { background-color: rgb(20,57,113); }
div.DivClassName
{
background-color: #143971;
}
.BgClassName
{
background-color: #143971;
}
</style>
border-color css
<style>
span { border-color: #143971; }
span { border-color: rgb(20,57,113); }
td.TdClassName
{
border-color: #143971;
}
.TagClassName
{
border-color: #143971;
}
</style>