Shades of Denim #185BBB
Tints of Denim #185BBB
RGB
CMYK
RGB Variations
Color information
#185BBB (or 0x185BBB) is known color: Denim. HEX triplet: 18, 5B and BB. RGB value is (24,91,187). Sum of RGB (Red+Green+Blue) = 24+91+187=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #185BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185BBB is #E7A444. Grayscale: #515151. Windows color (decimal): -15180869 or 12278552. OLE color: 12278552.
HSL color Cylindrical-coordinate representation of color #185BBB: hue angle of 215.34º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #185BBB is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 91 | 187 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.27 |
| HSL | 215.34º | 0.77% | 0.41% | - |
| HSV(B) | 215.34º | 0.87% | 0.73% | - |
| XYZ | 13.09 | 11.26 | 48.5 | - |
| YUV | 81.91 | 187.3 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 187 | 0.87 | 0.51 | 0 | 0.27 | 215.34 | 0.77 | 0.41 |
| Hex | 18 | 5B | BB | 57 | 33 | 0 | 1B | D7 | 4D | 29 |
| Octal | 30 | 133 | 273 | 127 | 63 | 0 | 33 | 327 | 115 | 51 |
| Binary | 11000 | 1011011 | 10111011 | 1010111 | 110011 | 0 | 11011 | 11010111 | 1001101 | 101001 |
Color Harmonies of #185BBB
Complementary color
Monochromatic Colors of #185BBB
Black with #185BBB
Text Example
Text Example
White with #185BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185BBB; }
p { color: rgb(24,91,187); }
H1.HeaderClassName
{
color: #185BBB;
}
.AnyTagClassName
{
color: #185BBB;
}
</style>
background-color css
<style>
a { background-color: #185BBB; }
a { background-color: rgb(24,91,187); }
div.DivClassName
{
background-color: #185BBB;
}
.BgClassName
{
background-color: #185BBB;
}
</style>
border-color css
<style>
span { border-color: #185BBB; }
span { border-color: rgb(24,91,187); }
td.TdClassName
{
border-color: #185BBB;
}
.TagClassName
{
border-color: #185BBB;
}
</style>