Shades of Dark Cerulean #143D73
Tints of Dark Cerulean #143D73
RGB
CMYK
RGB Variations
Color information
#143D73 (or 0x143D73) is known color: Dark Cerulean. HEX triplet: 14, 3D and 73. RGB value is (20,61,115). Sum of RGB (Red+Green+Blue) = 20+61+115=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 61 (24.22% from 255 or 31.12% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #143D73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D73 is #EBC28C. Grayscale: #363636. Windows color (decimal): -15450765 or 7552276. OLE color: 7552276.
HSL color Cylindrical-coordinate representation of color #143D73: hue angle of 214.11º 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 #143D73 is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 61 | 115 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.55 |
| HSL | 214.11º | 0.7% | 0.26% | - |
| HSV(B) | 214.11º | 0.83% | 0.45% | - |
| XYZ | 5.05 | 4.72 | 16.87 | - |
| YUV | 54.9 | 161.92 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 115 | 0.83 | 0.47 | 0 | 0.55 | 214.11 | 0.7 | 0.26 |
| Hex | 14 | 3D | 73 | 53 | 2F | 0 | 37 | D6 | 46 | 1A |
| Octal | 24 | 75 | 163 | 123 | 57 | 0 | 67 | 326 | 106 | 32 |
| Binary | 10100 | 111101 | 1110011 | 1010011 | 101111 | 0 | 110111 | 11010110 | 1000110 | 11010 |
Color Harmonies of #143D73
Complementary color
Monochromatic Colors of #143D73
Black with #143D73
Text Example
Text Example
White with #143D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D73; }
p { color: rgb(20,61,115); }
H1.HeaderClassName
{
color: #143D73;
}
.AnyTagClassName
{
color: #143D73;
}
</style>
background-color css
<style>
a { background-color: #143D73; }
a { background-color: rgb(20,61,115); }
div.DivClassName
{
background-color: #143D73;
}
.BgClassName
{
background-color: #143D73;
}
</style>
border-color css
<style>
span { border-color: #143D73; }
span { border-color: rgb(20,61,115); }
td.TdClassName
{
border-color: #143D73;
}
.TagClassName
{
border-color: #143D73;
}
</style>