Shades of Dark Cerulean #143982
Tints of Dark Cerulean #143982
RGB
CMYK
RGB Variations
Color information
#143982 (or 0x143982) is known color: Dark Cerulean. HEX triplet: 14, 39 and 82. RGB value is (20,57,130). Sum of RGB (Red+Green+Blue) = 20+57+130=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 130 (51.17% from 255 or 62.80% from 207); Max value from RGB is 130 - color contains mainly: blue. Hex color #143982 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143982 is #EBC67D. Grayscale: #353535. Windows color (decimal): -15451774 or 8534292. OLE color: 8534292.
HSL color Cylindrical-coordinate representation of color #143982: hue angle of 219.82º 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 #143982 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 57 | 130 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.49 |
| HSL | 219.82º | 0.73% | 0.29% | - |
| HSV(B) | 219.82º | 0.85% | 0.51% | - |
| XYZ | 5.78 | 4.69 | 21.72 | - |
| YUV | 54.26 | 170.74 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 57 | 130 | 0.85 | 0.56 | 0 | 0.49 | 219.82 | 0.73 | 0.29 |
| Hex | 14 | 39 | 82 | 55 | 38 | 0 | 31 | DC | 49 | 1D |
| Octal | 24 | 71 | 202 | 125 | 70 | 0 | 61 | 334 | 111 | 35 |
| Binary | 10100 | 111001 | 10000010 | 1010101 | 111000 | 0 | 110001 | 11011100 | 1001001 | 11101 |
Color Harmonies of #143982
Complementary color
Monochromatic Colors of #143982
Black with #143982
Text Example
Text Example
White with #143982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143982; }
p { color: rgb(20,57,130); }
H1.HeaderClassName
{
color: #143982;
}
.AnyTagClassName
{
color: #143982;
}
</style>
background-color css
<style>
a { background-color: #143982; }
a { background-color: rgb(20,57,130); }
div.DivClassName
{
background-color: #143982;
}
.BgClassName
{
background-color: #143982;
}
</style>
border-color css
<style>
span { border-color: #143982; }
span { border-color: rgb(20,57,130); }
td.TdClassName
{
border-color: #143982;
}
.TagClassName
{
border-color: #143982;
}
</style>