Shades of Dark Cerulean #114E6D
Tints of Dark Cerulean #114E6D
RGB
CMYK
RGB Variations
Color information
#114E6D (or 0x114E6D) is known color: Dark Cerulean. HEX triplet: 11, 4E and 6D. RGB value is (17,78,109). Sum of RGB (Red+Green+Blue) = 17+78+109=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #114E6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114E6D is #EEB192. Grayscale: #3F3F3F. Windows color (decimal): -15643027 or 7163409. OLE color: 7163409.
HSL color Cylindrical-coordinate representation of color #114E6D: hue angle of 200.22º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #114E6D is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 78 | 109 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.57 |
| HSL | 200.22º | 0.73% | 0.25% | - |
| HSV(B) | 200.22º | 0.84% | 0.43% | - |
| XYZ | 5.72 | 6.67 | 15.45 | - |
| YUV | 63.3 | 153.79 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 109 | 0.84 | 0.28 | 0 | 0.57 | 200.22 | 0.73 | 0.25 |
| Hex | 11 | 4E | 6D | 54 | 1C | 0 | 39 | C8 | 49 | 19 |
| Octal | 21 | 116 | 155 | 124 | 34 | 0 | 71 | 310 | 111 | 31 |
| Binary | 10001 | 1001110 | 1101101 | 1010100 | 11100 | 0 | 111001 | 11001000 | 1001001 | 11001 |
Color Harmonies of #114E6D
Complementary color
Monochromatic Colors of #114E6D
Black with #114E6D
Text Example
Text Example
White with #114E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114E6D; }
p { color: rgb(17,78,109); }
H1.HeaderClassName
{
color: #114E6D;
}
.AnyTagClassName
{
color: #114E6D;
}
</style>
background-color css
<style>
a { background-color: #114E6D; }
a { background-color: rgb(17,78,109); }
div.DivClassName
{
background-color: #114E6D;
}
.BgClassName
{
background-color: #114E6D;
}
</style>
border-color css
<style>
span { border-color: #114E6D; }
span { border-color: rgb(17,78,109); }
td.TdClassName
{
border-color: #114E6D;
}
.TagClassName
{
border-color: #114E6D;
}
</style>