Shades of Dark Cerulean #143C71
Tints of Dark Cerulean #143C71
RGB
CMYK
RGB Variations
Color information
#143C71 (or 0x143C71) is known color: Dark Cerulean. HEX triplet: 14, 3C and 71. RGB value is (20,60,113). Sum of RGB (Red+Green+Blue) = 20+60+113=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 113 (44.53% from 255 or 58.55% from 193); Max value from RGB is 113 - color contains mainly: blue. Hex color #143C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C71 is #EBC38E. Grayscale: #353535. Windows color (decimal): -15451023 or 7420948. OLE color: 7420948.
HSL color Cylindrical-coordinate representation of color #143C71: hue angle of 214.19º 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 #143C71 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 60 | 113 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.56 |
| HSL | 214.19º | 0.7% | 0.26% | - |
| HSV(B) | 214.19º | 0.82% | 0.44% | - |
| XYZ | 4.88 | 4.57 | 16.25 | - |
| YUV | 54.08 | 161.25 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 113 | 0.82 | 0.47 | 0 | 0.56 | 214.19 | 0.7 | 0.26 |
| Hex | 14 | 3C | 71 | 52 | 2F | 0 | 38 | D6 | 46 | 1A |
| Octal | 24 | 74 | 161 | 122 | 57 | 0 | 70 | 326 | 106 | 32 |
| Binary | 10100 | 111100 | 1110001 | 1010010 | 101111 | 0 | 111000 | 11010110 | 1000110 | 11010 |
Color Harmonies of #143C71
Complementary color
Monochromatic Colors of #143C71
Black with #143C71
Text Example
Text Example
White with #143C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C71; }
p { color: rgb(20,60,113); }
H1.HeaderClassName
{
color: #143C71;
}
.AnyTagClassName
{
color: #143C71;
}
</style>
background-color css
<style>
a { background-color: #143C71; }
a { background-color: rgb(20,60,113); }
div.DivClassName
{
background-color: #143C71;
}
.BgClassName
{
background-color: #143C71;
}
</style>
border-color css
<style>
span { border-color: #143C71; }
span { border-color: rgb(20,60,113); }
td.TdClassName
{
border-color: #143C71;
}
.TagClassName
{
border-color: #143C71;
}
</style>