Shades of Dark Cerulean #143F78
Tints of Dark Cerulean #143F78
RGB
CMYK
RGB Variations
Color information
#143F78 (or 0x143F78) is known color: Dark Cerulean. HEX triplet: 14, 3F and 78. RGB value is (20,63,120). Sum of RGB (Red+Green+Blue) = 20+63+120=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #143F78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143F78 is #EBC087. Grayscale: #383838. Windows color (decimal): -15450248 or 7880468. OLE color: 7880468.
HSL color Cylindrical-coordinate representation of color #143F78: hue angle of 214.2º 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 #143F78 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 63 | 120 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.53 |
| HSL | 214.2º | 0.71% | 0.27% | - |
| HSV(B) | 214.2º | 0.83% | 0.47% | - |
| XYZ | 5.46 | 5.06 | 18.46 | - |
| YUV | 56.64 | 163.75 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 63 | 120 | 0.83 | 0.48 | 0 | 0.53 | 214.2 | 0.71 | 0.27 |
| Hex | 14 | 3F | 78 | 53 | 30 | 0 | 35 | D6 | 47 | 1B |
| Octal | 24 | 77 | 170 | 123 | 60 | 0 | 65 | 326 | 107 | 33 |
| Binary | 10100 | 111111 | 1111000 | 1010011 | 110000 | 0 | 110101 | 11010110 | 1000111 | 11011 |
Color Harmonies of #143F78
Complementary color
Monochromatic Colors of #143F78
Black with #143F78
Text Example
Text Example
White with #143F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143F78; }
p { color: rgb(20,63,120); }
H1.HeaderClassName
{
color: #143F78;
}
.AnyTagClassName
{
color: #143F78;
}
</style>
background-color css
<style>
a { background-color: #143F78; }
a { background-color: rgb(20,63,120); }
div.DivClassName
{
background-color: #143F78;
}
.BgClassName
{
background-color: #143F78;
}
</style>
border-color css
<style>
span { border-color: #143F78; }
span { border-color: rgb(20,63,120); }
td.TdClassName
{
border-color: #143F78;
}
.TagClassName
{
border-color: #143F78;
}
</style>