Shades of Dark Cerulean #143584
Tints of Dark Cerulean #143584
RGB
CMYK
RGB Variations
Color information
#143584 (or 0x143584) is known color: Dark Cerulean. HEX triplet: 14, 35 and 84. RGB value is (20,53,132). Sum of RGB (Red+Green+Blue) = 20+53+132=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 132 (51.95% from 255 or 64.39% from 205); Max value from RGB is 132 - color contains mainly: blue. Hex color #143584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143584 is #EBCA7B. Grayscale: #333333. Windows color (decimal): -15452796 or 8664340. OLE color: 8664340.
HSL color Cylindrical-coordinate representation of color #143584: hue angle of 222.32º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #143584 is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 53 | 132 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.48 |
| HSL | 222.32º | 0.74% | 0.3% | - |
| HSV(B) | 222.32º | 0.85% | 0.52% | - |
| XYZ | 5.73 | 4.36 | 22.37 | - |
| YUV | 52.14 | 173.07 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 132 | 0.85 | 0.60 | 0 | 0.48 | 222.32 | 0.74 | 0.3 |
| Hex | 14 | 35 | 84 | 55 | 3C | 0 | 30 | DE | 4A | 1E |
| Octal | 24 | 65 | 204 | 125 | 74 | 0 | 60 | 336 | 112 | 36 |
| Binary | 10100 | 110101 | 10000100 | 1010101 | 111100 | 0 | 110000 | 11011110 | 1001010 | 11110 |
Color Harmonies of #143584
Complementary color
Monochromatic Colors of #143584
Black with #143584
Text Example
Text Example
White with #143584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143584; }
p { color: rgb(20,53,132); }
H1.HeaderClassName
{
color: #143584;
}
.AnyTagClassName
{
color: #143584;
}
</style>
background-color css
<style>
a { background-color: #143584; }
a { background-color: rgb(20,53,132); }
div.DivClassName
{
background-color: #143584;
}
.BgClassName
{
background-color: #143584;
}
</style>
border-color css
<style>
span { border-color: #143584; }
span { border-color: rgb(20,53,132); }
td.TdClassName
{
border-color: #143584;
}
.TagClassName
{
border-color: #143584;
}
</style>