Shades of Dark Cerulean #143983
Tints of Dark Cerulean #143983
RGB
CMYK
RGB Variations
Color information
#143983 (or 0x143983) is known color: Dark Cerulean. HEX triplet: 14, 39 and 83. RGB value is (20,57,131). Sum of RGB (Red+Green+Blue) = 20+57+131=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 131 (51.56% from 255 or 62.98% from 208); Max value from RGB is 131 - color contains mainly: blue. Hex color #143983 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143983 is #EBC67C. Grayscale: #363636. Windows color (decimal): -15451773 or 8599828. OLE color: 8599828.
HSL color Cylindrical-coordinate representation of color #143983: hue angle of 220º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #143983 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 57 | 131 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.49 |
| HSL | 220º | 0.74% | 0.3% | - |
| HSV(B) | 220º | 0.85% | 0.51% | - |
| XYZ | 5.85 | 4.71 | 22.07 | - |
| YUV | 54.37 | 171.24 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 57 | 131 | 0.85 | 0.56 | 0 | 0.49 | 220 | 0.74 | 0.3 |
| Hex | 14 | 39 | 83 | 55 | 38 | 0 | 31 | DC | 4A | 1E |
| Octal | 24 | 71 | 203 | 125 | 70 | 0 | 61 | 334 | 112 | 36 |
| Binary | 10100 | 111001 | 10000011 | 1010101 | 111000 | 0 | 110001 | 11011100 | 1001010 | 11110 |
Color Harmonies of #143983
Complementary color
Monochromatic Colors of #143983
Black with #143983
Text Example
Text Example
White with #143983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143983; }
p { color: rgb(20,57,131); }
H1.HeaderClassName
{
color: #143983;
}
.AnyTagClassName
{
color: #143983;
}
</style>
background-color css
<style>
a { background-color: #143983; }
a { background-color: rgb(20,57,131); }
div.DivClassName
{
background-color: #143983;
}
.BgClassName
{
background-color: #143983;
}
</style>
border-color css
<style>
span { border-color: #143983; }
span { border-color: rgb(20,57,131); }
td.TdClassName
{
border-color: #143983;
}
.TagClassName
{
border-color: #143983;
}
</style>