Shades of Dark Cerulean #143676
Tints of Dark Cerulean #143676
RGB
CMYK
RGB Variations
Color information
#143676 (or 0x143676) is known color: Dark Cerulean. HEX triplet: 14, 36 and 76. RGB value is (20,54,118). Sum of RGB (Red+Green+Blue) = 20+54+118=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 118 (46.48% from 255 or 61.46% from 192); Max value from RGB is 118 - color contains mainly: blue. Hex color #143676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143676 is #EBC989. Grayscale: #323232. Windows color (decimal): -15452554 or 7747092. OLE color: 7747092.
HSL color Cylindrical-coordinate representation of color #143676: hue angle of 219.18º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #143676 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 54 | 118 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.54 |
| HSL | 219.18º | 0.71% | 0.27% | - |
| HSV(B) | 219.18º | 0.83% | 0.46% | - |
| XYZ | 4.88 | 4.1 | 17.67 | - |
| YUV | 51.13 | 165.74 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 118 | 0.83 | 0.54 | 0 | 0.54 | 219.18 | 0.71 | 0.27 |
| Hex | 14 | 36 | 76 | 53 | 36 | 0 | 36 | DB | 47 | 1B |
| Octal | 24 | 66 | 166 | 123 | 66 | 0 | 66 | 333 | 107 | 33 |
| Binary | 10100 | 110110 | 1110110 | 1010011 | 110110 | 0 | 110110 | 11011011 | 1000111 | 11011 |
Color Harmonies of #143676
Complementary color
Monochromatic Colors of #143676
Black with #143676
Text Example
Text Example
White with #143676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143676; }
p { color: rgb(20,54,118); }
H1.HeaderClassName
{
color: #143676;
}
.AnyTagClassName
{
color: #143676;
}
</style>
background-color css
<style>
a { background-color: #143676; }
a { background-color: rgb(20,54,118); }
div.DivClassName
{
background-color: #143676;
}
.BgClassName
{
background-color: #143676;
}
</style>
border-color css
<style>
span { border-color: #143676; }
span { border-color: rgb(20,54,118); }
td.TdClassName
{
border-color: #143676;
}
.TagClassName
{
border-color: #143676;
}
</style>