Shades of Dark Cerulean #114986
Tints of Dark Cerulean #114986
RGB
CMYK
RGB Variations
Color information
#114986 (or 0x114986) is known color: Dark Cerulean. HEX triplet: 11, 49 and 86. RGB value is (17,73,134). Sum of RGB (Red+Green+Blue) = 17+73+134=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 134 (52.73% from 255 or 59.82% from 224); Max value from RGB is 134 - color contains mainly: blue. Hex color #114986 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114986 is #EEB679. Grayscale: #3E3E3E. Windows color (decimal): -15644282 or 8800529. OLE color: 8800529.
HSL color Cylindrical-coordinate representation of color #114986: hue angle of 211.28º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #114986 is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 73 | 134 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.47 |
| HSL | 211.28º | 0.77% | 0.3% | - |
| HSV(B) | 211.28º | 0.87% | 0.53% | - |
| XYZ | 6.92 | 6.61 | 23.46 | - |
| YUV | 63.21 | 167.95 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 134 | 0.87 | 0.46 | 0 | 0.47 | 211.28 | 0.77 | 0.3 |
| Hex | 11 | 49 | 86 | 57 | 2E | 0 | 2F | D3 | 4D | 1E |
| Octal | 21 | 111 | 206 | 127 | 56 | 0 | 57 | 323 | 115 | 36 |
| Binary | 10001 | 1001001 | 10000110 | 1010111 | 101110 | 0 | 101111 | 11010011 | 1001101 | 11110 |
Color Harmonies of #114986
Complementary color
Monochromatic Colors of #114986
Black with #114986
Text Example
Text Example
White with #114986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114986; }
p { color: rgb(17,73,134); }
H1.HeaderClassName
{
color: #114986;
}
.AnyTagClassName
{
color: #114986;
}
</style>
background-color css
<style>
a { background-color: #114986; }
a { background-color: rgb(17,73,134); }
div.DivClassName
{
background-color: #114986;
}
.BgClassName
{
background-color: #114986;
}
</style>
border-color css
<style>
span { border-color: #114986; }
span { border-color: rgb(17,73,134); }
td.TdClassName
{
border-color: #114986;
}
.TagClassName
{
border-color: #114986;
}
</style>