Shades of Dark Cerulean #143C70
Tints of Dark Cerulean #143C70
RGB
CMYK
RGB Variations
Color information
#143C70 (or 0x143C70) is known color: Dark Cerulean. HEX triplet: 14, 3C and 70. RGB value is (20,60,112). Sum of RGB (Red+Green+Blue) = 20+60+112=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #143C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C70 is #EBC38F. Grayscale: #353535. Windows color (decimal): -15451024 or 7355412. OLE color: 7355412.
HSL color Cylindrical-coordinate representation of color #143C70: hue angle of 213.91º 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 #143C70 is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 60 | 112 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.56 |
| HSL | 213.91º | 0.7% | 0.26% | - |
| HSV(B) | 213.91º | 0.82% | 0.44% | - |
| XYZ | 4.83 | 4.55 | 15.95 | - |
| YUV | 53.97 | 160.75 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 112 | 0.82 | 0.46 | 0 | 0.56 | 213.91 | 0.7 | 0.26 |
| Hex | 14 | 3C | 70 | 52 | 2E | 0 | 38 | D6 | 46 | 1A |
| Octal | 24 | 74 | 160 | 122 | 56 | 0 | 70 | 326 | 106 | 32 |
| Binary | 10100 | 111100 | 1110000 | 1010010 | 101110 | 0 | 111000 | 11010110 | 1000110 | 11010 |
Color Harmonies of #143C70
Complementary color
Monochromatic Colors of #143C70
Black with #143C70
Text Example
Text Example
White with #143C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C70; }
p { color: rgb(20,60,112); }
H1.HeaderClassName
{
color: #143C70;
}
.AnyTagClassName
{
color: #143C70;
}
</style>
background-color css
<style>
a { background-color: #143C70; }
a { background-color: rgb(20,60,112); }
div.DivClassName
{
background-color: #143C70;
}
.BgClassName
{
background-color: #143C70;
}
</style>
border-color css
<style>
span { border-color: #143C70; }
span { border-color: rgb(20,60,112); }
td.TdClassName
{
border-color: #143C70;
}
.TagClassName
{
border-color: #143C70;
}
</style>