Shades of Dark Cerulean #143A73
Tints of Dark Cerulean #143A73
RGB
CMYK
RGB Variations
Color information
#143A73 (or 0x143A73) is known color: Dark Cerulean. HEX triplet: 14, 3A and 73. RGB value is (20,58,115). Sum of RGB (Red+Green+Blue) = 20+58+115=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 115 (45.31% from 255 or 59.59% from 193); Max value from RGB is 115 - color contains mainly: blue. Hex color #143A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143A73 is #EBC58C. Grayscale: #343434. Windows color (decimal): -15451533 or 7551508. OLE color: 7551508.
HSL color Cylindrical-coordinate representation of color #143A73: hue angle of 216º 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 #143A73 is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 58 | 115 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.55 |
| HSL | 216º | 0.7% | 0.26% | - |
| HSV(B) | 216º | 0.83% | 0.45% | - |
| XYZ | 4.9 | 4.41 | 16.81 | - |
| YUV | 53.14 | 162.91 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 58 | 115 | 0.83 | 0.50 | 0 | 0.55 | 216 | 0.7 | 0.26 |
| Hex | 14 | 3A | 73 | 53 | 32 | 0 | 37 | D8 | 46 | 1A |
| Octal | 24 | 72 | 163 | 123 | 62 | 0 | 67 | 330 | 106 | 32 |
| Binary | 10100 | 111010 | 1110011 | 1010011 | 110010 | 0 | 110111 | 11011000 | 1000110 | 11010 |
Color Harmonies of #143A73
Complementary color
Monochromatic Colors of #143A73
Black with #143A73
Text Example
Text Example
White with #143A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143A73; }
p { color: rgb(20,58,115); }
H1.HeaderClassName
{
color: #143A73;
}
.AnyTagClassName
{
color: #143A73;
}
</style>
background-color css
<style>
a { background-color: #143A73; }
a { background-color: rgb(20,58,115); }
div.DivClassName
{
background-color: #143A73;
}
.BgClassName
{
background-color: #143A73;
}
</style>
border-color css
<style>
span { border-color: #143A73; }
span { border-color: rgb(20,58,115); }
td.TdClassName
{
border-color: #143A73;
}
.TagClassName
{
border-color: #143A73;
}
</style>