Shades of Dark Cerulean #143680
Tints of Dark Cerulean #143680
RGB
CMYK
RGB Variations
Color information
#143680 (or 0x143680) is known color: Dark Cerulean. HEX triplet: 14, 36 and 80. RGB value is (20,54,128). Sum of RGB (Red+Green+Blue) = 20+54+128=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 128 (50.39% from 255 or 63.37% from 202); Max value from RGB is 128 - color contains mainly: blue. Hex color #143680 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143680 is #EBC97F. Grayscale: #333333. Windows color (decimal): -15452544 or 8402452. OLE color: 8402452.
HSL color Cylindrical-coordinate representation of color #143680: hue angle of 221.11º 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 #143680 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 54 | 128 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.50 |
| HSL | 221.11º | 0.73% | 0.29% | - |
| HSV(B) | 221.11º | 0.84% | 0.5% | - |
| XYZ | 5.5 | 4.35 | 20.97 | - |
| YUV | 52.27 | 170.74 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 128 | 0.84 | 0.58 | 0 | 0.50 | 221.11 | 0.73 | 0.29 |
| Hex | 14 | 36 | 80 | 54 | 3A | 0 | 32 | DD | 49 | 1D |
| Octal | 24 | 66 | 200 | 124 | 72 | 0 | 62 | 335 | 111 | 35 |
| Binary | 10100 | 110110 | 10000000 | 1010100 | 111010 | 0 | 110010 | 11011101 | 1001001 | 11101 |
Color Harmonies of #143680
Complementary color
Monochromatic Colors of #143680
Black with #143680
Text Example
Text Example
White with #143680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143680; }
p { color: rgb(20,54,128); }
H1.HeaderClassName
{
color: #143680;
}
.AnyTagClassName
{
color: #143680;
}
</style>
background-color css
<style>
a { background-color: #143680; }
a { background-color: rgb(20,54,128); }
div.DivClassName
{
background-color: #143680;
}
.BgClassName
{
background-color: #143680;
}
</style>
border-color css
<style>
span { border-color: #143680; }
span { border-color: rgb(20,54,128); }
td.TdClassName
{
border-color: #143680;
}
.TagClassName
{
border-color: #143680;
}
</style>