Shades of Dark Cerulean #143777
Tints of Dark Cerulean #143777
RGB
CMYK
RGB Variations
Color information
#143777 (or 0x143777) is known color: Dark Cerulean. HEX triplet: 14, 37 and 77. RGB value is (20,55,119). Sum of RGB (Red+Green+Blue) = 20+55+119=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 119 (46.88% from 255 or 61.34% from 194); Max value from RGB is 119 - color contains mainly: blue. Hex color #143777 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143777 is #EBC888. Grayscale: #333333. Windows color (decimal): -15452297 or 7812884. OLE color: 7812884.
HSL color Cylindrical-coordinate representation of color #143777: hue angle of 218.79º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #143777 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 55 | 119 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.53 |
| HSL | 218.79º | 0.71% | 0.27% | - |
| HSV(B) | 218.79º | 0.83% | 0.47% | - |
| XYZ | 4.98 | 4.21 | 18 | - |
| YUV | 51.83 | 165.9 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 55 | 119 | 0.83 | 0.54 | 0 | 0.53 | 218.79 | 0.71 | 0.27 |
| Hex | 14 | 37 | 77 | 53 | 36 | 0 | 35 | DB | 47 | 1B |
| Octal | 24 | 67 | 167 | 123 | 66 | 0 | 65 | 333 | 107 | 33 |
| Binary | 10100 | 110111 | 1110111 | 1010011 | 110110 | 0 | 110101 | 11011011 | 1000111 | 11011 |
Color Harmonies of #143777
Complementary color
Monochromatic Colors of #143777
Black with #143777
Text Example
Text Example
White with #143777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143777; }
p { color: rgb(20,55,119); }
H1.HeaderClassName
{
color: #143777;
}
.AnyTagClassName
{
color: #143777;
}
</style>
background-color css
<style>
a { background-color: #143777; }
a { background-color: rgb(20,55,119); }
div.DivClassName
{
background-color: #143777;
}
.BgClassName
{
background-color: #143777;
}
</style>
border-color css
<style>
span { border-color: #143777; }
span { border-color: rgb(20,55,119); }
td.TdClassName
{
border-color: #143777;
}
.TagClassName
{
border-color: #143777;
}
</style>