Shades of Dark Cerulean #143D72
Tints of Dark Cerulean #143D72
RGB
CMYK
RGB Variations
Color information
#143D72 (or 0x143D72) is known color: Dark Cerulean. HEX triplet: 14, 3D and 72. RGB value is (20,61,114). Sum of RGB (Red+Green+Blue) = 20+61+114=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #143D72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D72 is #EBC28D. Grayscale: #363636. Windows color (decimal): -15450766 or 7486740. OLE color: 7486740.
HSL color Cylindrical-coordinate representation of color #143D72: hue angle of 213.83º 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 #143D72 is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 61 | 114 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.55 |
| HSL | 213.83º | 0.7% | 0.26% | - |
| HSV(B) | 213.83º | 0.82% | 0.45% | - |
| XYZ | 4.99 | 4.7 | 16.56 | - |
| YUV | 54.78 | 161.42 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 114 | 0.82 | 0.46 | 0 | 0.55 | 213.83 | 0.7 | 0.26 |
| Hex | 14 | 3D | 72 | 52 | 2E | 0 | 37 | D6 | 46 | 1A |
| Octal | 24 | 75 | 162 | 122 | 56 | 0 | 67 | 326 | 106 | 32 |
| Binary | 10100 | 111101 | 1110010 | 1010010 | 101110 | 0 | 110111 | 11010110 | 1000110 | 11010 |
Color Harmonies of #143D72
Complementary color
Monochromatic Colors of #143D72
Black with #143D72
Text Example
Text Example
White with #143D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D72; }
p { color: rgb(20,61,114); }
H1.HeaderClassName
{
color: #143D72;
}
.AnyTagClassName
{
color: #143D72;
}
</style>
background-color css
<style>
a { background-color: #143D72; }
a { background-color: rgb(20,61,114); }
div.DivClassName
{
background-color: #143D72;
}
.BgClassName
{
background-color: #143D72;
}
</style>
border-color css
<style>
span { border-color: #143D72; }
span { border-color: rgb(20,61,114); }
td.TdClassName
{
border-color: #143D72;
}
.TagClassName
{
border-color: #143D72;
}
</style>