Shades of Dark Cerulean #114995
Tints of Dark Cerulean #114995
RGB
CMYK
RGB Variations
Color information
#114995 (or 0x114995) is known color: Dark Cerulean. HEX triplet: 11, 49 and 95. RGB value is (17,73,149). Sum of RGB (Red+Green+Blue) = 17+73+149=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #114995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114995 is #EEB66A. Grayscale: #404040. Windows color (decimal): -15644267 or 9783569. OLE color: 9783569.
HSL color Cylindrical-coordinate representation of color #114995: hue angle of 214.55º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #114995 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 73 | 149 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.42 |
| HSL | 214.55º | 0.8% | 0.33% | - |
| HSV(B) | 214.55º | 0.89% | 0.58% | - |
| XYZ | 8.04 | 7.05 | 29.37 | - |
| YUV | 64.92 | 175.45 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 149 | 0.89 | 0.51 | 0 | 0.42 | 214.55 | 0.8 | 0.33 |
| Hex | 11 | 49 | 95 | 59 | 33 | 0 | 2A | D7 | 50 | 21 |
| Octal | 21 | 111 | 225 | 131 | 63 | 0 | 52 | 327 | 120 | 41 |
| Binary | 10001 | 1001001 | 10010101 | 1011001 | 110011 | 0 | 101010 | 11010111 | 1010000 | 100001 |
Color Harmonies of #114995
Complementary color
Monochromatic Colors of #114995
Black with #114995
Text Example
Text Example
White with #114995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114995; }
p { color: rgb(17,73,149); }
H1.HeaderClassName
{
color: #114995;
}
.AnyTagClassName
{
color: #114995;
}
</style>
background-color css
<style>
a { background-color: #114995; }
a { background-color: rgb(17,73,149); }
div.DivClassName
{
background-color: #114995;
}
.BgClassName
{
background-color: #114995;
}
</style>
border-color css
<style>
span { border-color: #114995; }
span { border-color: rgb(17,73,149); }
td.TdClassName
{
border-color: #114995;
}
.TagClassName
{
border-color: #114995;
}
</style>