Shades of Dark Cerulean #143880
Tints of Dark Cerulean #143880
RGB
CMYK
RGB Variations
Color information
#143880 (or 0x143880) is known color: Dark Cerulean. HEX triplet: 14, 38 and 80. RGB value is (20,56,128). Sum of RGB (Red+Green+Blue) = 20+56+128=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 128 (50.39% from 255 or 62.75% from 204); Max value from RGB is 128 - color contains mainly: blue. Hex color #143880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143880 is #EBC77F. Grayscale: #353535. Windows color (decimal): -15452032 or 8402964. OLE color: 8402964.
HSL color Cylindrical-coordinate representation of color #143880: hue angle of 220º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #143880 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 56 | 128 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.50 |
| HSL | 220º | 0.73% | 0.29% | - |
| HSV(B) | 220º | 0.84% | 0.5% | - |
| XYZ | 5.6 | 4.54 | 21 | - |
| YUV | 53.44 | 170.07 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 56 | 128 | 0.84 | 0.56 | 0 | 0.50 | 220 | 0.73 | 0.29 |
| Hex | 14 | 38 | 80 | 54 | 38 | 0 | 32 | DC | 49 | 1D |
| Octal | 24 | 70 | 200 | 124 | 70 | 0 | 62 | 334 | 111 | 35 |
| Binary | 10100 | 111000 | 10000000 | 1010100 | 111000 | 0 | 110010 | 11011100 | 1001001 | 11101 |
Color Harmonies of #143880
Complementary color
Monochromatic Colors of #143880
Black with #143880
Text Example
Text Example
White with #143880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143880; }
p { color: rgb(20,56,128); }
H1.HeaderClassName
{
color: #143880;
}
.AnyTagClassName
{
color: #143880;
}
</style>
background-color css
<style>
a { background-color: #143880; }
a { background-color: rgb(20,56,128); }
div.DivClassName
{
background-color: #143880;
}
.BgClassName
{
background-color: #143880;
}
</style>
border-color css
<style>
span { border-color: #143880; }
span { border-color: rgb(20,56,128); }
td.TdClassName
{
border-color: #143880;
}
.TagClassName
{
border-color: #143880;
}
</style>