Shades of Dark Cerulean #143F73
Tints of Dark Cerulean #143F73
RGB
CMYK
RGB Variations
Color information
#143F73 (or 0x143F73) is known color: Dark Cerulean. HEX triplet: 14, 3F and 73. RGB value is (20,63,115). Sum of RGB (Red+Green+Blue) = 20+63+115=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #143F73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143F73 is #EBC08C. Grayscale: #373737. Windows color (decimal): -15450253 or 7552788. OLE color: 7552788.
HSL color Cylindrical-coordinate representation of color #143F73: hue angle of 212.84º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #143F73 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 63 | 115 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.55 |
| HSL | 212.84º | 0.7% | 0.26% | - |
| HSV(B) | 212.84º | 0.83% | 0.45% | - |
| XYZ | 5.16 | 4.94 | 16.9 | - |
| YUV | 56.07 | 161.25 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 63 | 115 | 0.83 | 0.45 | 0 | 0.55 | 212.84 | 0.7 | 0.26 |
| Hex | 14 | 3F | 73 | 53 | 2D | 0 | 37 | D5 | 46 | 1A |
| Octal | 24 | 77 | 163 | 123 | 55 | 0 | 67 | 325 | 106 | 32 |
| Binary | 10100 | 111111 | 1110011 | 1010011 | 101101 | 0 | 110111 | 11010101 | 1000110 | 11010 |
Color Harmonies of #143F73
Complementary color
Monochromatic Colors of #143F73
Black with #143F73
Text Example
Text Example
White with #143F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143F73; }
p { color: rgb(20,63,115); }
H1.HeaderClassName
{
color: #143F73;
}
.AnyTagClassName
{
color: #143F73;
}
</style>
background-color css
<style>
a { background-color: #143F73; }
a { background-color: rgb(20,63,115); }
div.DivClassName
{
background-color: #143F73;
}
.BgClassName
{
background-color: #143F73;
}
</style>
border-color css
<style>
span { border-color: #143F73; }
span { border-color: rgb(20,63,115); }
td.TdClassName
{
border-color: #143F73;
}
.TagClassName
{
border-color: #143F73;
}
</style>