Shades of Dark Cerulean #114175
Tints of Dark Cerulean #114175
RGB
CMYK
RGB Variations
Color information
#114175 (or 0x114175) is known color: Dark Cerulean. HEX triplet: 11, 41 and 75. RGB value is (17,65,117). Sum of RGB (Red+Green+Blue) = 17+65+117=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #114175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114175 is #EEBE8A. Grayscale: #383838. Windows color (decimal): -15646347 or 7684369. OLE color: 7684369.
HSL color Cylindrical-coordinate representation of color #114175: hue angle of 211.2º 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 #114175 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 65 | 117 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.54 |
| HSL | 211.2º | 0.75% | 0.26% | - |
| HSV(B) | 211.2º | 0.85% | 0.46% | - |
| XYZ | 5.33 | 5.18 | 17.55 | - |
| YUV | 56.58 | 162.1 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 117 | 0.85 | 0.44 | 0 | 0.54 | 211.2 | 0.75 | 0.26 |
| Hex | 11 | 41 | 75 | 55 | 2C | 0 | 36 | D3 | 4B | 1A |
| Octal | 21 | 101 | 165 | 125 | 54 | 0 | 66 | 323 | 113 | 32 |
| Binary | 10001 | 1000001 | 1110101 | 1010101 | 101100 | 0 | 110110 | 11010011 | 1001011 | 11010 |
Color Harmonies of #114175
Complementary color
Monochromatic Colors of #114175
Black with #114175
Text Example
Text Example
White with #114175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114175; }
p { color: rgb(17,65,117); }
H1.HeaderClassName
{
color: #114175;
}
.AnyTagClassName
{
color: #114175;
}
</style>
background-color css
<style>
a { background-color: #114175; }
a { background-color: rgb(17,65,117); }
div.DivClassName
{
background-color: #114175;
}
.BgClassName
{
background-color: #114175;
}
</style>
border-color css
<style>
span { border-color: #114175; }
span { border-color: rgb(17,65,117); }
td.TdClassName
{
border-color: #114175;
}
.TagClassName
{
border-color: #114175;
}
</style>