Shades of Dark Cerulean #143786
Tints of Dark Cerulean #143786
RGB
CMYK
RGB Variations
Color information
#143786 (or 0x143786) is known color: Dark Cerulean. HEX triplet: 14, 37 and 86. RGB value is (20,55,134). Sum of RGB (Red+Green+Blue) = 20+55+134=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 134 (52.73% from 255 or 64.11% from 209); Max value from RGB is 134 - color contains mainly: blue. Hex color #143786 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143786 is #EBC879. Grayscale: #353535. Windows color (decimal): -15452282 or 8795924. OLE color: 8795924.
HSL color Cylindrical-coordinate representation of color #143786: hue angle of 221.58º 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 #143786 is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 55 | 134 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.47 |
| HSL | 221.58º | 0.74% | 0.3% | - |
| HSV(B) | 221.58º | 0.85% | 0.53% | - |
| XYZ | 5.96 | 4.6 | 23.13 | - |
| YUV | 53.54 | 173.4 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 55 | 134 | 0.85 | 0.59 | 0 | 0.47 | 221.58 | 0.74 | 0.3 |
| Hex | 14 | 37 | 86 | 55 | 3B | 0 | 2F | DE | 4A | 1E |
| Octal | 24 | 67 | 206 | 125 | 73 | 0 | 57 | 336 | 112 | 36 |
| Binary | 10100 | 110111 | 10000110 | 1010101 | 111011 | 0 | 101111 | 11011110 | 1001010 | 11110 |
Color Harmonies of #143786
Complementary color
Monochromatic Colors of #143786
Black with #143786
Text Example
Text Example
White with #143786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143786; }
p { color: rgb(20,55,134); }
H1.HeaderClassName
{
color: #143786;
}
.AnyTagClassName
{
color: #143786;
}
</style>
background-color css
<style>
a { background-color: #143786; }
a { background-color: rgb(20,55,134); }
div.DivClassName
{
background-color: #143786;
}
.BgClassName
{
background-color: #143786;
}
</style>
border-color css
<style>
span { border-color: #143786; }
span { border-color: rgb(20,55,134); }
td.TdClassName
{
border-color: #143786;
}
.TagClassName
{
border-color: #143786;
}
</style>