Shades of Dark Cerulean #114D8D
Tints of Dark Cerulean #114D8D
RGB
CMYK
RGB Variations
Color information
#114D8D (or 0x114D8D) is known color: Dark Cerulean. HEX triplet: 11, 4D and 8D. RGB value is (17,77,141). Sum of RGB (Red+Green+Blue) = 17+77+141=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #114D8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114D8D is #EEB272. Grayscale: #424242. Windows color (decimal): -15643251 or 9260305. OLE color: 9260305.
HSL color Cylindrical-coordinate representation of color #114D8D: hue angle of 210.97º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #114D8D is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 77 | 141 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.45 |
| HSL | 210.97º | 0.78% | 0.31% | - |
| HSV(B) | 210.97º | 0.88% | 0.55% | - |
| XYZ | 7.69 | 7.35 | 26.21 | - |
| YUV | 66.36 | 170.12 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 77 | 141 | 0.88 | 0.45 | 0 | 0.45 | 210.97 | 0.78 | 0.31 |
| Hex | 11 | 4D | 8D | 58 | 2D | 0 | 2D | D3 | 4E | 1F |
| Octal | 21 | 115 | 215 | 130 | 55 | 0 | 55 | 323 | 116 | 37 |
| Binary | 10001 | 1001101 | 10001101 | 1011000 | 101101 | 0 | 101101 | 11010011 | 1001110 | 11111 |
Color Harmonies of #114D8D
Complementary color
Monochromatic Colors of #114D8D
Black with #114D8D
Text Example
Text Example
White with #114D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114D8D; }
p { color: rgb(17,77,141); }
H1.HeaderClassName
{
color: #114D8D;
}
.AnyTagClassName
{
color: #114D8D;
}
</style>
background-color css
<style>
a { background-color: #114D8D; }
a { background-color: rgb(17,77,141); }
div.DivClassName
{
background-color: #114D8D;
}
.BgClassName
{
background-color: #114D8D;
}
</style>
border-color css
<style>
span { border-color: #114D8D; }
span { border-color: rgb(17,77,141); }
td.TdClassName
{
border-color: #114D8D;
}
.TagClassName
{
border-color: #114D8D;
}
</style>