Shades of Dark Cerulean #143585
Tints of Dark Cerulean #143585
RGB
CMYK
RGB Variations
Color information
#143585 (or 0x143585) is known color: Dark Cerulean. HEX triplet: 14, 35 and 85. RGB value is (20,53,133). Sum of RGB (Red+Green+Blue) = 20+53+133=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 133 (52.34% from 255 or 64.56% from 206); Max value from RGB is 133 - color contains mainly: blue. Hex color #143585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143585 is #EBCA7A. Grayscale: #333333. Windows color (decimal): -15452795 or 8729876. OLE color: 8729876.
HSL color Cylindrical-coordinate representation of color #143585: hue angle of 222.48º 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 #143585 is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 53 | 133 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.48 |
| HSL | 222.48º | 0.74% | 0.3% | - |
| HSV(B) | 222.48º | 0.85% | 0.52% | - |
| XYZ | 5.8 | 4.39 | 22.73 | - |
| YUV | 52.25 | 173.57 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 133 | 0.85 | 0.60 | 0 | 0.48 | 222.48 | 0.74 | 0.3 |
| Hex | 14 | 35 | 85 | 55 | 3C | 0 | 30 | DE | 4A | 1E |
| Octal | 24 | 65 | 205 | 125 | 74 | 0 | 60 | 336 | 112 | 36 |
| Binary | 10100 | 110101 | 10000101 | 1010101 | 111100 | 0 | 110000 | 11011110 | 1001010 | 11110 |
Color Harmonies of #143585
Complementary color
Monochromatic Colors of #143585
Black with #143585
Text Example
Text Example
White with #143585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143585; }
p { color: rgb(20,53,133); }
H1.HeaderClassName
{
color: #143585;
}
.AnyTagClassName
{
color: #143585;
}
</style>
background-color css
<style>
a { background-color: #143585; }
a { background-color: rgb(20,53,133); }
div.DivClassName
{
background-color: #143585;
}
.BgClassName
{
background-color: #143585;
}
</style>
border-color css
<style>
span { border-color: #143585; }
span { border-color: rgb(20,53,133); }
td.TdClassName
{
border-color: #143585;
}
.TagClassName
{
border-color: #143585;
}
</style>