Shades of Dark Cerulean #114D7B
Tints of Dark Cerulean #114D7B
RGB
CMYK
RGB Variations
Color information
#114D7B (or 0x114D7B) is known color: Dark Cerulean. HEX triplet: 11, 4D and 7B. RGB value is (17,77,123). Sum of RGB (Red+Green+Blue) = 17+77+123=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 123 (48.44% from 255 or 56.68% from 217); Max value from RGB is 123 - color contains mainly: blue. Hex color #114D7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114D7B is #EEB284. Grayscale: #404040. Windows color (decimal): -15643269 or 8080657. OLE color: 8080657.
HSL color Cylindrical-coordinate representation of color #114D7B: hue angle of 206.04º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #114D7B is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 77 | 123 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.52 |
| HSL | 206.04º | 0.76% | 0.27% | - |
| HSV(B) | 206.04º | 0.86% | 0.48% | - |
| XYZ | 6.46 | 6.86 | 19.72 | - |
| YUV | 64.3 | 161.12 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 123 | 0.86 | 0.37 | 0 | 0.52 | 206.04 | 0.76 | 0.27 |
| Hex | 11 | 4D | 7B | 56 | 25 | 0 | 34 | CE | 4C | 1B |
| Octal | 21 | 115 | 173 | 126 | 45 | 0 | 64 | 316 | 114 | 33 |
| Binary | 10001 | 1001101 | 1111011 | 1010110 | 100101 | 0 | 110100 | 11001110 | 1001100 | 11011 |
Color Harmonies of #114D7B
Complementary color
Monochromatic Colors of #114D7B
Black with #114D7B
Text Example
Text Example
White with #114D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114D7B; }
p { color: rgb(17,77,123); }
H1.HeaderClassName
{
color: #114D7B;
}
.AnyTagClassName
{
color: #114D7B;
}
</style>
background-color css
<style>
a { background-color: #114D7B; }
a { background-color: rgb(17,77,123); }
div.DivClassName
{
background-color: #114D7B;
}
.BgClassName
{
background-color: #114D7B;
}
</style>
border-color css
<style>
span { border-color: #114D7B; }
span { border-color: rgb(17,77,123); }
td.TdClassName
{
border-color: #114D7B;
}
.TagClassName
{
border-color: #114D7B;
}
</style>