Shades of Dark Cerulean #114575
Tints of Dark Cerulean #114575
RGB
CMYK
RGB Variations
Color information
#114575 (or 0x114575) is known color: Dark Cerulean. HEX triplet: 11, 45 and 75. RGB value is (17,69,117). Sum of RGB (Red+Green+Blue) = 17+69+117=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #114575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114575 is #EEBA8A. Grayscale: #3A3A3A. Windows color (decimal): -15645323 or 7685393. OLE color: 7685393.
HSL color Cylindrical-coordinate representation of color #114575: hue angle of 208.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #114575 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 69 | 117 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.54 |
| HSL | 208.8º | 0.75% | 0.26% | - |
| HSV(B) | 208.8º | 0.85% | 0.46% | - |
| XYZ | 5.57 | 5.66 | 17.63 | - |
| YUV | 58.92 | 160.77 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 69 | 117 | 0.85 | 0.41 | 0 | 0.54 | 208.8 | 0.75 | 0.26 |
| Hex | 11 | 45 | 75 | 55 | 29 | 0 | 36 | D1 | 4B | 1A |
| Octal | 21 | 105 | 165 | 125 | 51 | 0 | 66 | 321 | 113 | 32 |
| Binary | 10001 | 1000101 | 1110101 | 1010101 | 101001 | 0 | 110110 | 11010001 | 1001011 | 11010 |
Color Harmonies of #114575
Complementary color
Monochromatic Colors of #114575
Black with #114575
Text Example
Text Example
White with #114575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114575; }
p { color: rgb(17,69,117); }
H1.HeaderClassName
{
color: #114575;
}
.AnyTagClassName
{
color: #114575;
}
</style>
background-color css
<style>
a { background-color: #114575; }
a { background-color: rgb(17,69,117); }
div.DivClassName
{
background-color: #114575;
}
.BgClassName
{
background-color: #114575;
}
</style>
border-color css
<style>
span { border-color: #114575; }
span { border-color: rgb(17,69,117); }
td.TdClassName
{
border-color: #114575;
}
.TagClassName
{
border-color: #114575;
}
</style>