Shades of Dark Cerulean #143C87
Tints of Dark Cerulean #143C87
RGB
CMYK
RGB Variations
Color information
#143C87 (or 0x143C87) is known color: Dark Cerulean. HEX triplet: 14, 3C and 87. RGB value is (20,60,135). Sum of RGB (Red+Green+Blue) = 20+60+135=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 135 (53.12% from 255 or 62.79% from 215); Max value from RGB is 135 - color contains mainly: blue. Hex color #143C87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143C87 is #EBC378. Grayscale: #383838. Windows color (decimal): -15451001 or 8862740. OLE color: 8862740.
HSL color Cylindrical-coordinate representation of color #143C87: hue angle of 219.13º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #143C87 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 60 | 135 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.47 |
| HSL | 219.13º | 0.74% | 0.3% | - |
| HSV(B) | 219.13º | 0.85% | 0.53% | - |
| XYZ | 6.28 | 5.13 | 23.58 | - |
| YUV | 56.59 | 172.25 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 135 | 0.85 | 0.56 | 0 | 0.47 | 219.13 | 0.74 | 0.3 |
| Hex | 14 | 3C | 87 | 55 | 38 | 0 | 2F | DB | 4A | 1E |
| Octal | 24 | 74 | 207 | 125 | 70 | 0 | 57 | 333 | 112 | 36 |
| Binary | 10100 | 111100 | 10000111 | 1010101 | 111000 | 0 | 101111 | 11011011 | 1001010 | 11110 |
Color Harmonies of #143C87
Complementary color
Monochromatic Colors of #143C87
Black with #143C87
Text Example
Text Example
White with #143C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C87; }
p { color: rgb(20,60,135); }
H1.HeaderClassName
{
color: #143C87;
}
.AnyTagClassName
{
color: #143C87;
}
</style>
background-color css
<style>
a { background-color: #143C87; }
a { background-color: rgb(20,60,135); }
div.DivClassName
{
background-color: #143C87;
}
.BgClassName
{
background-color: #143C87;
}
</style>
border-color css
<style>
span { border-color: #143C87; }
span { border-color: rgb(20,60,135); }
td.TdClassName
{
border-color: #143C87;
}
.TagClassName
{
border-color: #143C87;
}
</style>