Shades of Dark Cerulean #114E75
Tints of Dark Cerulean #114E75
RGB
CMYK
RGB Variations
Color information
#114E75 (or 0x114E75) is known color: Dark Cerulean. HEX triplet: 11, 4E and 75. RGB value is (17,78,117). Sum of RGB (Red+Green+Blue) = 17+78+117=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #114E75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114E75 is #EEB18A. Grayscale: #3F3F3F. Windows color (decimal): -15643019 or 7687697. OLE color: 7687697.
HSL color Cylindrical-coordinate representation of color #114E75: hue angle of 203.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114E75 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 78 | 117 | - |
| CMYK | 0.85 | 0.33 | 0 | 0.54 |
| HSL | 203.4º | 0.75% | 0.26% | - |
| HSV(B) | 203.4º | 0.85% | 0.46% | - |
| XYZ | 6.17 | 6.85 | 17.83 | - |
| YUV | 64.21 | 157.79 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 117 | 0.85 | 0.33 | 0 | 0.54 | 203.4 | 0.75 | 0.26 |
| Hex | 11 | 4E | 75 | 55 | 21 | 0 | 36 | CB | 4B | 1A |
| Octal | 21 | 116 | 165 | 125 | 41 | 0 | 66 | 313 | 113 | 32 |
| Binary | 10001 | 1001110 | 1110101 | 1010101 | 100001 | 0 | 110110 | 11001011 | 1001011 | 11010 |
Color Harmonies of #114E75
Complementary color
Monochromatic Colors of #114E75
Black with #114E75
Text Example
Text Example
White with #114E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114E75; }
p { color: rgb(17,78,117); }
H1.HeaderClassName
{
color: #114E75;
}
.AnyTagClassName
{
color: #114E75;
}
</style>
background-color css
<style>
a { background-color: #114E75; }
a { background-color: rgb(17,78,117); }
div.DivClassName
{
background-color: #114E75;
}
.BgClassName
{
background-color: #114E75;
}
</style>
border-color css
<style>
span { border-color: #114E75; }
span { border-color: rgb(17,78,117); }
td.TdClassName
{
border-color: #114E75;
}
.TagClassName
{
border-color: #114E75;
}
</style>