Shades of Dark Cerulean #143985
Tints of Dark Cerulean #143985
RGB
CMYK
RGB Variations
Color information
#143985 (or 0x143985) is known color: Dark Cerulean. HEX triplet: 14, 39 and 85. RGB value is (20,57,133). Sum of RGB (Red+Green+Blue) = 20+57+133=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 133 (52.34% from 255 or 63.33% from 210); Max value from RGB is 133 - color contains mainly: blue. Hex color #143985 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143985 is #EBC67A. Grayscale: #363636. Windows color (decimal): -15451771 or 8730900. OLE color: 8730900.
HSL color Cylindrical-coordinate representation of color #143985: hue angle of 220.35º 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 #143985 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 57 | 133 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.48 |
| HSL | 220.35º | 0.74% | 0.3% | - |
| HSV(B) | 220.35º | 0.85% | 0.52% | - |
| XYZ | 5.99 | 4.77 | 22.8 | - |
| YUV | 54.6 | 172.24 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 57 | 133 | 0.85 | 0.57 | 0 | 0.48 | 220.35 | 0.74 | 0.3 |
| Hex | 14 | 39 | 85 | 55 | 39 | 0 | 30 | DC | 4A | 1E |
| Octal | 24 | 71 | 205 | 125 | 71 | 0 | 60 | 334 | 112 | 36 |
| Binary | 10100 | 111001 | 10000101 | 1010101 | 111001 | 0 | 110000 | 11011100 | 1001010 | 11110 |
Color Harmonies of #143985
Complementary color
Monochromatic Colors of #143985
Black with #143985
Text Example
Text Example
White with #143985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143985; }
p { color: rgb(20,57,133); }
H1.HeaderClassName
{
color: #143985;
}
.AnyTagClassName
{
color: #143985;
}
</style>
background-color css
<style>
a { background-color: #143985; }
a { background-color: rgb(20,57,133); }
div.DivClassName
{
background-color: #143985;
}
.BgClassName
{
background-color: #143985;
}
</style>
border-color css
<style>
span { border-color: #143985; }
span { border-color: rgb(20,57,133); }
td.TdClassName
{
border-color: #143985;
}
.TagClassName
{
border-color: #143985;
}
</style>