Shades of Denim #1158CB
Tints of Denim #1158CB
RGB
CMYK
RGB Variations
Color information
#1158CB (or 0x1158CB) is known color: Denim. HEX triplet: 11, 58 and CB. RGB value is (17,88,203). Sum of RGB (Red+Green+Blue) = 17+88+203=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #1158CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1158CB is #EEA734. Grayscale: #4F4F4F. Windows color (decimal): -15640373 or 13326353. OLE color: 13326353.
HSL color Cylindrical-coordinate representation of color #1158CB: hue angle of 217.1º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1158CB is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 88 | 203 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.20 |
| HSL | 217.1º | 0.85% | 0.43% | - |
| HSV(B) | 217.1º | 0.92% | 0.8% | - |
| XYZ | 14.5 | 11.41 | 57.94 | - |
| YUV | 79.88 | 197.48 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 88 | 203 | 0.92 | 0.57 | 0 | 0.20 | 217.1 | 0.85 | 0.43 |
| Hex | 11 | 58 | CB | 5C | 39 | 0 | 14 | D9 | 55 | 2B |
| Octal | 21 | 130 | 313 | 134 | 71 | 0 | 24 | 331 | 125 | 53 |
| Binary | 10001 | 1011000 | 11001011 | 1011100 | 111001 | 0 | 10100 | 11011001 | 1010101 | 101011 |
Color Harmonies of #1158CB
Complementary color
Monochromatic Colors of #1158CB
Black with #1158CB
Text Example
Text Example
White with #1158CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1158CB; }
p { color: rgb(17,88,203); }
H1.HeaderClassName
{
color: #1158CB;
}
.AnyTagClassName
{
color: #1158CB;
}
</style>
background-color css
<style>
a { background-color: #1158CB; }
a { background-color: rgb(17,88,203); }
div.DivClassName
{
background-color: #1158CB;
}
.BgClassName
{
background-color: #1158CB;
}
</style>
border-color css
<style>
span { border-color: #1158CB; }
span { border-color: rgb(17,88,203); }
td.TdClassName
{
border-color: #1158CB;
}
.TagClassName
{
border-color: #1158CB;
}
</style>