Shades of Dark Cerulean #114D73
Tints of Dark Cerulean #114D73
RGB
CMYK
RGB Variations
Color information
#114D73 (or 0x114D73) is known color: Dark Cerulean. HEX triplet: 11, 4D and 73. RGB value is (17,77,115). Sum of RGB (Red+Green+Blue) = 17+77+115=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #114D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114D73 is #EEB28C. Grayscale: #3F3F3F. Windows color (decimal): -15643277 or 7556369. OLE color: 7556369.
HSL color Cylindrical-coordinate representation of color #114D73: hue angle of 203.27º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114D73 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 77 | 115 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.55 |
| HSL | 203.27º | 0.74% | 0.26% | - |
| HSV(B) | 203.27º | 0.85% | 0.45% | - |
| XYZ | 5.98 | 6.66 | 17.19 | - |
| YUV | 63.39 | 157.12 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 115 | 0.85 | 0.33 | 0 | 0.55 | 203.27 | 0.74 | 0.26 |
| Hex | 11 | 4D | 73 | 55 | 21 | 0 | 37 | CB | 4A | 1A |
| Octal | 21 | 115 | 163 | 125 | 41 | 0 | 67 | 313 | 112 | 32 |
| Binary | 10001 | 1001101 | 1110011 | 1010101 | 100001 | 0 | 110111 | 11001011 | 1001010 | 11010 |
Color Harmonies of #114D73
Complementary color
Monochromatic Colors of #114D73
Black with #114D73
Text Example
Text Example
White with #114D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114D73; }
p { color: rgb(17,77,115); }
H1.HeaderClassName
{
color: #114D73;
}
.AnyTagClassName
{
color: #114D73;
}
</style>
background-color css
<style>
a { background-color: #114D73; }
a { background-color: rgb(17,77,115); }
div.DivClassName
{
background-color: #114D73;
}
.BgClassName
{
background-color: #114D73;
}
</style>
border-color css
<style>
span { border-color: #114D73; }
span { border-color: rgb(17,77,115); }
td.TdClassName
{
border-color: #114D73;
}
.TagClassName
{
border-color: #114D73;
}
</style>