Shades of Dark Cerulean #114D76
Tints of Dark Cerulean #114D76
RGB
CMYK
RGB Variations
Color information
#114D76 (or 0x114D76) is known color: Dark Cerulean. HEX triplet: 11, 4D and 76. RGB value is (17,77,118). Sum of RGB (Red+Green+Blue) = 17+77+118=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #114D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114D76 is #EEB289. Grayscale: #3F3F3F. Windows color (decimal): -15643274 or 7752977. OLE color: 7752977.
HSL color Cylindrical-coordinate representation of color #114D76: hue angle of 204.36º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #114D76 is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 77 | 118 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.54 |
| HSL | 204.36º | 0.75% | 0.26% | - |
| HSV(B) | 204.36º | 0.86% | 0.46% | - |
| XYZ | 6.16 | 6.73 | 18.12 | - |
| YUV | 63.73 | 158.62 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 118 | 0.86 | 0.35 | 0 | 0.54 | 204.36 | 0.75 | 0.26 |
| Hex | 11 | 4D | 76 | 56 | 23 | 0 | 36 | CC | 4B | 1A |
| Octal | 21 | 115 | 166 | 126 | 43 | 0 | 66 | 314 | 113 | 32 |
| Binary | 10001 | 1001101 | 1110110 | 1010110 | 100011 | 0 | 110110 | 11001100 | 1001011 | 11010 |
Color Harmonies of #114D76
Complementary color
Monochromatic Colors of #114D76
Black with #114D76
Text Example
Text Example
White with #114D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114D76; }
p { color: rgb(17,77,118); }
H1.HeaderClassName
{
color: #114D76;
}
.AnyTagClassName
{
color: #114D76;
}
</style>
background-color css
<style>
a { background-color: #114D76; }
a { background-color: rgb(17,77,118); }
div.DivClassName
{
background-color: #114D76;
}
.BgClassName
{
background-color: #114D76;
}
</style>
border-color css
<style>
span { border-color: #114D76; }
span { border-color: rgb(17,77,118); }
td.TdClassName
{
border-color: #114D76;
}
.TagClassName
{
border-color: #114D76;
}
</style>