Shades of Dark Cerulean #143D87
Tints of Dark Cerulean #143D87
RGB
CMYK
RGB Variations
Color information
#143D87 (or 0x143D87) is known color: Dark Cerulean. HEX triplet: 14, 3D and 87. RGB value is (20,61,135). Sum of RGB (Red+Green+Blue) = 20+61+135=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 135 (53.12% from 255 or 62.5% from 216); Max value from RGB is 135 - color contains mainly: blue. Hex color #143D87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143D87 is #EBC278. Grayscale: #383838. Windows color (decimal): -15450745 or 8862996. OLE color: 8862996.
HSL color Cylindrical-coordinate representation of color #143D87: hue angle of 218.61º 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 #143D87 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 61 | 135 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.47 |
| HSL | 218.61º | 0.74% | 0.3% | - |
| HSV(B) | 218.61º | 0.85% | 0.53% | - |
| XYZ | 6.33 | 5.24 | 23.6 | - |
| YUV | 57.18 | 171.92 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 135 | 0.85 | 0.55 | 0 | 0.47 | 218.61 | 0.74 | 0.3 |
| Hex | 14 | 3D | 87 | 55 | 37 | 0 | 2F | DB | 4A | 1E |
| Octal | 24 | 75 | 207 | 125 | 67 | 0 | 57 | 333 | 112 | 36 |
| Binary | 10100 | 111101 | 10000111 | 1010101 | 110111 | 0 | 101111 | 11011011 | 1001010 | 11110 |
Color Harmonies of #143D87
Complementary color
Monochromatic Colors of #143D87
Black with #143D87
Text Example
Text Example
White with #143D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D87; }
p { color: rgb(20,61,135); }
H1.HeaderClassName
{
color: #143D87;
}
.AnyTagClassName
{
color: #143D87;
}
</style>
background-color css
<style>
a { background-color: #143D87; }
a { background-color: rgb(20,61,135); }
div.DivClassName
{
background-color: #143D87;
}
.BgClassName
{
background-color: #143D87;
}
</style>
border-color css
<style>
span { border-color: #143D87; }
span { border-color: rgb(20,61,135); }
td.TdClassName
{
border-color: #143D87;
}
.TagClassName
{
border-color: #143D87;
}
</style>