Shades of Dark Cerulean #143582
Tints of Dark Cerulean #143582
RGB
CMYK
RGB Variations
Color information
#143582 (or 0x143582) is known color: Dark Cerulean. HEX triplet: 14, 35 and 82. RGB value is (20,53,130). Sum of RGB (Red+Green+Blue) = 20+53+130=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #143582 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143582 is #EBCA7D. Grayscale: #333333. Windows color (decimal): -15452798 or 8533268. OLE color: 8533268.
HSL color Cylindrical-coordinate representation of color #143582: hue angle of 222º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #143582 is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 53 | 130 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.49 |
| HSL | 222º | 0.73% | 0.29% | - |
| HSV(B) | 222º | 0.85% | 0.51% | - |
| XYZ | 5.59 | 4.31 | 21.66 | - |
| YUV | 51.91 | 172.07 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 130 | 0.85 | 0.59 | 0 | 0.49 | 222 | 0.73 | 0.29 |
| Hex | 14 | 35 | 82 | 55 | 3B | 0 | 31 | DE | 49 | 1D |
| Octal | 24 | 65 | 202 | 125 | 73 | 0 | 61 | 336 | 111 | 35 |
| Binary | 10100 | 110101 | 10000010 | 1010101 | 111011 | 0 | 110001 | 11011110 | 1001001 | 11101 |
Color Harmonies of #143582
Complementary color
Monochromatic Colors of #143582
Black with #143582
Text Example
Text Example
White with #143582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143582; }
p { color: rgb(20,53,130); }
H1.HeaderClassName
{
color: #143582;
}
.AnyTagClassName
{
color: #143582;
}
</style>
background-color css
<style>
a { background-color: #143582; }
a { background-color: rgb(20,53,130); }
div.DivClassName
{
background-color: #143582;
}
.BgClassName
{
background-color: #143582;
}
</style>
border-color css
<style>
span { border-color: #143582; }
span { border-color: rgb(20,53,130); }
td.TdClassName
{
border-color: #143582;
}
.TagClassName
{
border-color: #143582;
}
</style>