Shades of Denim #185BCD
Tints of Denim #185BCD
RGB
CMYK
RGB Variations
Color information
#185BCD (or 0x185BCD) is known color: Denim. HEX triplet: 18, 5B and CD. RGB value is (24,91,205). Sum of RGB (Red+Green+Blue) = 24+91+205=320 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.5% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #185BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185BCD is #E7A432. Grayscale: #535353. Windows color (decimal): -15180851 or 13458200. OLE color: 13458200.
HSL color Cylindrical-coordinate representation of color #185BCD: hue angle of 217.79º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #185BCD is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 91 | 205 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.20 |
| HSL | 217.79º | 0.79% | 0.45% | - |
| HSV(B) | 217.79º | 0.88% | 0.8% | - |
| XYZ | 15.14 | 12.08 | 59.29 | - |
| YUV | 83.96 | 196.3 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 205 | 0.88 | 0.56 | 0 | 0.20 | 217.79 | 0.79 | 0.45 |
| Hex | 18 | 5B | CD | 58 | 38 | 0 | 14 | DA | 4F | 2D |
| Octal | 30 | 133 | 315 | 130 | 70 | 0 | 24 | 332 | 117 | 55 |
| Binary | 11000 | 1011011 | 11001101 | 1011000 | 111000 | 0 | 10100 | 11011010 | 1001111 | 101101 |
Color Harmonies of #185BCD
Complementary color
Monochromatic Colors of #185BCD
Black with #185BCD
Text Example
Text Example
White with #185BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185BCD; }
p { color: rgb(24,91,205); }
H1.HeaderClassName
{
color: #185BCD;
}
.AnyTagClassName
{
color: #185BCD;
}
</style>
background-color css
<style>
a { background-color: #185BCD; }
a { background-color: rgb(24,91,205); }
div.DivClassName
{
background-color: #185BCD;
}
.BgClassName
{
background-color: #185BCD;
}
</style>
border-color css
<style>
span { border-color: #185BCD; }
span { border-color: rgb(24,91,205); }
td.TdClassName
{
border-color: #185BCD;
}
.TagClassName
{
border-color: #185BCD;
}
</style>