Shades of Dark Cerulean #115180
Tints of Dark Cerulean #115180
RGB
CMYK
RGB Variations
Color information
#115180 (or 0x115180) is known color: Dark Cerulean. HEX triplet: 11, 51 and 80. RGB value is (17,81,128). Sum of RGB (Red+Green+Blue) = 17+81+128=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 128 (50.39% from 255 or 56.64% from 226); Max value from RGB is 128 - color contains mainly: blue. Hex color #115180 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115180 is #EEAE7F. Grayscale: #424242. Windows color (decimal): -15642240 or 8409361. OLE color: 8409361.
HSL color Cylindrical-coordinate representation of color #115180: hue angle of 205.41º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #115180 is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 81 | 128 | - |
| CMYK | 0.87 | 0.37 | 0 | 0.50 |
| HSL | 205.41º | 0.77% | 0.28% | - |
| HSV(B) | 205.41º | 0.87% | 0.5% | - |
| XYZ | 7.07 | 7.56 | 21.51 | - |
| YUV | 67.22 | 162.3 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 128 | 0.87 | 0.37 | 0 | 0.50 | 205.41 | 0.77 | 0.28 |
| Hex | 11 | 51 | 80 | 57 | 25 | 0 | 32 | CD | 4D | 1C |
| Octal | 21 | 121 | 200 | 127 | 45 | 0 | 62 | 315 | 115 | 34 |
| Binary | 10001 | 1010001 | 10000000 | 1010111 | 100101 | 0 | 110010 | 11001101 | 1001101 | 11100 |
Color Harmonies of #115180
Complementary color
Monochromatic Colors of #115180
Black with #115180
Text Example
Text Example
White with #115180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115180; }
p { color: rgb(17,81,128); }
H1.HeaderClassName
{
color: #115180;
}
.AnyTagClassName
{
color: #115180;
}
</style>
background-color css
<style>
a { background-color: #115180; }
a { background-color: rgb(17,81,128); }
div.DivClassName
{
background-color: #115180;
}
.BgClassName
{
background-color: #115180;
}
</style>
border-color css
<style>
span { border-color: #115180; }
span { border-color: rgb(17,81,128); }
td.TdClassName
{
border-color: #115180;
}
.TagClassName
{
border-color: #115180;
}
</style>