Shades of Dark Cerulean #114189
Tints of Dark Cerulean #114189
RGB
CMYK
RGB Variations
Color information
#114189 (or 0x114189) is known color: Dark Cerulean. HEX triplet: 11, 41 and 89. RGB value is (17,65,137). Sum of RGB (Red+Green+Blue) = 17+65+137=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 137 (53.91% from 255 or 62.56% from 219); Max value from RGB is 137 - color contains mainly: blue. Hex color #114189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114189 is #EEBE76. Grayscale: #3A3A3A. Windows color (decimal): -15646327 or 8995089. OLE color: 8995089.
HSL color Cylindrical-coordinate representation of color #114189: hue angle of 216º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #114189 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 65 | 137 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.46 |
| HSL | 216º | 0.78% | 0.3% | - |
| HSV(B) | 216º | 0.88% | 0.54% | - |
| XYZ | 6.64 | 5.71 | 24.42 | - |
| YUV | 58.86 | 172.1 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 137 | 0.88 | 0.53 | 0 | 0.46 | 216 | 0.78 | 0.3 |
| Hex | 11 | 41 | 89 | 58 | 35 | 0 | 2E | D8 | 4E | 1E |
| Octal | 21 | 101 | 211 | 130 | 65 | 0 | 56 | 330 | 116 | 36 |
| Binary | 10001 | 1000001 | 10001001 | 1011000 | 110101 | 0 | 101110 | 11011000 | 1001110 | 11110 |
Color Harmonies of #114189
Complementary color
Monochromatic Colors of #114189
Black with #114189
Text Example
Text Example
White with #114189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114189; }
p { color: rgb(17,65,137); }
H1.HeaderClassName
{
color: #114189;
}
.AnyTagClassName
{
color: #114189;
}
</style>
background-color css
<style>
a { background-color: #114189; }
a { background-color: rgb(17,65,137); }
div.DivClassName
{
background-color: #114189;
}
.BgClassName
{
background-color: #114189;
}
</style>
border-color css
<style>
span { border-color: #114189; }
span { border-color: rgb(17,65,137); }
td.TdClassName
{
border-color: #114189;
}
.TagClassName
{
border-color: #114189;
}
</style>