Shades of Dark Cerulean #115174
Tints of Dark Cerulean #115174
RGB
CMYK
RGB Variations
Color information
#115174 (or 0x115174) is known color: Dark Cerulean. HEX triplet: 11, 51 and 74. RGB value is (17,81,116). Sum of RGB (Red+Green+Blue) = 17+81+116=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 116 (45.70% from 255 or 54.21% from 214); Max value from RGB is 116 - color contains mainly: blue. Hex color #115174 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115174 is #EEAE8B. Grayscale: #414141. Windows color (decimal): -15642252 or 7622929. OLE color: 7622929.
HSL color Cylindrical-coordinate representation of color #115174: hue angle of 201.21º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #115174 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 81 | 116 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.55 |
| HSL | 201.21º | 0.74% | 0.26% | - |
| HSV(B) | 201.21º | 0.85% | 0.45% | - |
| XYZ | 6.33 | 7.26 | 17.59 | - |
| YUV | 65.85 | 156.3 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 116 | 0.85 | 0.30 | 0 | 0.55 | 201.21 | 0.74 | 0.26 |
| Hex | 11 | 51 | 74 | 55 | 1E | 0 | 37 | C9 | 4A | 1A |
| Octal | 21 | 121 | 164 | 125 | 36 | 0 | 67 | 311 | 112 | 32 |
| Binary | 10001 | 1010001 | 1110100 | 1010101 | 11110 | 0 | 110111 | 11001001 | 1001010 | 11010 |
Color Harmonies of #115174
Complementary color
Monochromatic Colors of #115174
Black with #115174
Text Example
Text Example
White with #115174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115174; }
p { color: rgb(17,81,116); }
H1.HeaderClassName
{
color: #115174;
}
.AnyTagClassName
{
color: #115174;
}
</style>
background-color css
<style>
a { background-color: #115174; }
a { background-color: rgb(17,81,116); }
div.DivClassName
{
background-color: #115174;
}
.BgClassName
{
background-color: #115174;
}
</style>
border-color css
<style>
span { border-color: #115174; }
span { border-color: rgb(17,81,116); }
td.TdClassName
{
border-color: #115174;
}
.TagClassName
{
border-color: #115174;
}
</style>