Shades of Dark Cerulean #143886
Tints of Dark Cerulean #143886
RGB
CMYK
RGB Variations
Color information
#143886 (or 0x143886) is known color: Dark Cerulean. HEX triplet: 14, 38 and 86. RGB value is (20,56,134). Sum of RGB (Red+Green+Blue) = 20+56+134=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 134 (52.73% from 255 or 63.81% from 210); Max value from RGB is 134 - color contains mainly: blue. Hex color #143886 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143886 is #EBC779. Grayscale: #353535. Windows color (decimal): -15452026 or 8796180. OLE color: 8796180.
HSL color Cylindrical-coordinate representation of color #143886: hue angle of 221.05º 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 #143886 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 56 | 134 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.47 |
| HSL | 221.05º | 0.74% | 0.3% | - |
| HSV(B) | 221.05º | 0.85% | 0.53% | - |
| XYZ | 6.01 | 4.7 | 23.14 | - |
| YUV | 54.13 | 173.07 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 134 | 0.85 | 0.58 | 0 | 0.47 | 221.05 | 0.74 | 0.3 |
| Hex | 14 | 38 | 86 | 55 | 3A | 0 | 2F | DD | 4A | 1E |
| Octal | 24 | 70 | 206 | 125 | 72 | 0 | 57 | 335 | 112 | 36 |
| Binary | 10100 | 111000 | 10000110 | 1010101 | 111010 | 0 | 101111 | 11011101 | 1001010 | 11110 |
Color Harmonies of #143886
Complementary color
Monochromatic Colors of #143886
Black with #143886
Text Example
Text Example
White with #143886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143886; }
p { color: rgb(20,56,134); }
H1.HeaderClassName
{
color: #143886;
}
.AnyTagClassName
{
color: #143886;
}
</style>
background-color css
<style>
a { background-color: #143886; }
a { background-color: rgb(20,56,134); }
div.DivClassName
{
background-color: #143886;
}
.BgClassName
{
background-color: #143886;
}
</style>
border-color css
<style>
span { border-color: #143886; }
span { border-color: rgb(20,56,134); }
td.TdClassName
{
border-color: #143886;
}
.TagClassName
{
border-color: #143886;
}
</style>