Shades of Dark Cerulean #114C85
Tints of Dark Cerulean #114C85
RGB
CMYK
RGB Variations
Color information
#114C85 (or 0x114C85) is known color: Dark Cerulean. HEX triplet: 11, 4C and 85. RGB value is (17,76,133). Sum of RGB (Red+Green+Blue) = 17+76+133=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #114C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114C85 is #EEB37A. Grayscale: #404040. Windows color (decimal): -15643515 or 8735761. OLE color: 8735761.
HSL color Cylindrical-coordinate representation of color #114C85: hue angle of 209.48º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #114C85 is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 76 | 133 | - |
| CMYK | 0.87 | 0.43 | 0 | 0.48 |
| HSL | 209.48º | 0.77% | 0.29% | - |
| HSV(B) | 209.48º | 0.87% | 0.52% | - |
| XYZ | 7.05 | 6.98 | 23.17 | - |
| YUV | 64.86 | 166.45 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 133 | 0.87 | 0.43 | 0 | 0.48 | 209.48 | 0.77 | 0.29 |
| Hex | 11 | 4C | 85 | 57 | 2B | 0 | 30 | D1 | 4D | 1D |
| Octal | 21 | 114 | 205 | 127 | 53 | 0 | 60 | 321 | 115 | 35 |
| Binary | 10001 | 1001100 | 10000101 | 1010111 | 101011 | 0 | 110000 | 11010001 | 1001101 | 11101 |
Color Harmonies of #114C85
Complementary color
Monochromatic Colors of #114C85
Black with #114C85
Text Example
Text Example
White with #114C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114C85; }
p { color: rgb(17,76,133); }
H1.HeaderClassName
{
color: #114C85;
}
.AnyTagClassName
{
color: #114C85;
}
</style>
background-color css
<style>
a { background-color: #114C85; }
a { background-color: rgb(17,76,133); }
div.DivClassName
{
background-color: #114C85;
}
.BgClassName
{
background-color: #114C85;
}
</style>
border-color css
<style>
span { border-color: #114C85; }
span { border-color: rgb(17,76,133); }
td.TdClassName
{
border-color: #114C85;
}
.TagClassName
{
border-color: #114C85;
}
</style>