Shades of Denim #185BC8
Tints of Denim #185BC8
RGB
CMYK
RGB Variations
Color information
#185BC8 (or 0x185BC8) is known color: Denim. HEX triplet: 18, 5B and C8. RGB value is (24,91,200). Sum of RGB (Red+Green+Blue) = 24+91+200=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 200 (78.52% from 255 or 63.49% from 315); Max value from RGB is 200 - color contains mainly: blue. Hex color #185BC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185BC8 is #E7A437. Grayscale: #525252. Windows color (decimal): -15180856 or 13130520. OLE color: 13130520.
HSL color Cylindrical-coordinate representation of color #185BC8: hue angle of 217.16º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #185BC8 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 91 | 200 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.22 |
| HSL | 217.16º | 0.79% | 0.44% | - |
| HSV(B) | 217.16º | 0.88% | 0.78% | - |
| XYZ | 14.54 | 11.85 | 56.16 | - |
| YUV | 83.39 | 193.8 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 200 | 0.88 | 0.54 | 0 | 0.22 | 217.16 | 0.79 | 0.44 |
| Hex | 18 | 5B | C8 | 58 | 36 | 0 | 16 | D9 | 4F | 2C |
| Octal | 30 | 133 | 310 | 130 | 66 | 0 | 26 | 331 | 117 | 54 |
| Binary | 11000 | 1011011 | 11001000 | 1011000 | 110110 | 0 | 10110 | 11011001 | 1001111 | 101100 |
Color Harmonies of #185BC8
Complementary color
Monochromatic Colors of #185BC8
Black with #185BC8
Text Example
Text Example
White with #185BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185BC8; }
p { color: rgb(24,91,200); }
H1.HeaderClassName
{
color: #185BC8;
}
.AnyTagClassName
{
color: #185BC8;
}
</style>
background-color css
<style>
a { background-color: #185BC8; }
a { background-color: rgb(24,91,200); }
div.DivClassName
{
background-color: #185BC8;
}
.BgClassName
{
background-color: #185BC8;
}
</style>
border-color css
<style>
span { border-color: #185BC8; }
span { border-color: rgb(24,91,200); }
td.TdClassName
{
border-color: #185BC8;
}
.TagClassName
{
border-color: #185BC8;
}
</style>