Shades of Denim #1151CF
Tints of Denim #1151CF
RGB
CMYK
RGB Variations
Color information
#1151CF (or 0x1151CF) is known color: Denim. HEX triplet: 11, 51 and CF. RGB value is (17,81,207). Sum of RGB (Red+Green+Blue) = 17+81+207=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #1151CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1151CF is #EEAE30. Grayscale: #4B4B4B. Windows color (decimal): -15642161 or 13586705. OLE color: 13586705.
HSL color Cylindrical-coordinate representation of color #1151CF: hue angle of 219.79º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1151CF is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 81 | 207 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.19 |
| HSL | 219.79º | 0.85% | 0.44% | - |
| HSV(B) | 219.79º | 0.92% | 0.81% | - |
| XYZ | 14.44 | 10.51 | 60.3 | - |
| YUV | 76.23 | 201.8 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 207 | 0.92 | 0.61 | 0 | 0.19 | 219.79 | 0.85 | 0.44 |
| Hex | 11 | 51 | CF | 5C | 3D | 0 | 13 | DC | 55 | 2C |
| Octal | 21 | 121 | 317 | 134 | 75 | 0 | 23 | 334 | 125 | 54 |
| Binary | 10001 | 1010001 | 11001111 | 1011100 | 111101 | 0 | 10011 | 11011100 | 1010101 | 101100 |
Color Harmonies of #1151CF
Complementary color
Monochromatic Colors of #1151CF
Black with #1151CF
Text Example
Text Example
White with #1151CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1151CF; }
p { color: rgb(17,81,207); }
H1.HeaderClassName
{
color: #1151CF;
}
.AnyTagClassName
{
color: #1151CF;
}
</style>
background-color css
<style>
a { background-color: #1151CF; }
a { background-color: rgb(17,81,207); }
div.DivClassName
{
background-color: #1151CF;
}
.BgClassName
{
background-color: #1151CF;
}
</style>
border-color css
<style>
span { border-color: #1151CF; }
span { border-color: rgb(17,81,207); }
td.TdClassName
{
border-color: #1151CF;
}
.TagClassName
{
border-color: #1151CF;
}
</style>