Shades of Denim #185BBF
Tints of Denim #185BBF
RGB
CMYK
RGB Variations
Color information
#185BBF (or 0x185BBF) is known color: Denim. HEX triplet: 18, 5B and BF. RGB value is (24,91,191). Sum of RGB (Red+Green+Blue) = 24+91+191=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #185BBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185BBF is #E7A440. Grayscale: #515151. Windows color (decimal): -15180865 or 12540696. OLE color: 12540696.
HSL color Cylindrical-coordinate representation of color #185BBF: hue angle of 215.93º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #185BBF is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 91 | 191 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.25 |
| HSL | 215.93º | 0.78% | 0.42% | - |
| HSV(B) | 215.93º | 0.87% | 0.75% | - |
| XYZ | 13.52 | 11.44 | 50.79 | - |
| YUV | 82.37 | 189.3 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 191 | 0.87 | 0.52 | 0 | 0.25 | 215.93 | 0.78 | 0.42 |
| Hex | 18 | 5B | BF | 57 | 34 | 0 | 19 | D8 | 4E | 2A |
| Octal | 30 | 133 | 277 | 127 | 64 | 0 | 31 | 330 | 116 | 52 |
| Binary | 11000 | 1011011 | 10111111 | 1010111 | 110100 | 0 | 11001 | 11011000 | 1001110 | 101010 |
Color Harmonies of #185BBF
Complementary color
Monochromatic Colors of #185BBF
Black with #185BBF
Text Example
Text Example
White with #185BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185BBF; }
p { color: rgb(24,91,191); }
H1.HeaderClassName
{
color: #185BBF;
}
.AnyTagClassName
{
color: #185BBF;
}
</style>
background-color css
<style>
a { background-color: #185BBF; }
a { background-color: rgb(24,91,191); }
div.DivClassName
{
background-color: #185BBF;
}
.BgClassName
{
background-color: #185BBF;
}
</style>
border-color css
<style>
span { border-color: #185BBF; }
span { border-color: rgb(24,91,191); }
td.TdClassName
{
border-color: #185BBF;
}
.TagClassName
{
border-color: #185BBF;
}
</style>