Shades of Denim #185DB7
Tints of Denim #185DB7
RGB
CMYK
RGB Variations
Color information
#185DB7 (or 0x185DB7) is known color: Denim. HEX triplet: 18, 5D and B7. RGB value is (24,93,183). Sum of RGB (Red+Green+Blue) = 24+93+183=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 183 (71.88% from 255 or 61% from 300); Max value from RGB is 183 - color contains mainly: blue. Hex color #185DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185DB7 is #E7A248. Grayscale: #525252. Windows color (decimal): -15180361 or 12016920. OLE color: 12016920.
HSL color Cylindrical-coordinate representation of color #185DB7: hue angle of 213.96º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #185DB7 is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 24 | 93 | 183 | - |
| CMYK | 0.87 | 0.49 | 0 | 0.28 |
| HSL | 213.96º | 0.77% | 0.41% | - |
| HSV(B) | 213.96º | 0.87% | 0.72% | - |
| XYZ | 12.84 | 11.44 | 46.33 | - |
| YUV | 82.63 | 184.64 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 93 | 183 | 0.87 | 0.49 | 0 | 0.28 | 213.96 | 0.77 | 0.41 |
| Hex | 18 | 5D | B7 | 57 | 31 | 0 | 1C | D6 | 4D | 29 |
| Octal | 30 | 135 | 267 | 127 | 61 | 0 | 34 | 326 | 115 | 51 |
| Binary | 11000 | 1011101 | 10110111 | 1010111 | 110001 | 0 | 11100 | 11010110 | 1001101 | 101001 |
Color Harmonies of #185DB7
Complementary color
Monochromatic Colors of #185DB7
Black with #185DB7
Text Example
Text Example
White with #185DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185DB7; }
p { color: rgb(24,93,183); }
H1.HeaderClassName
{
color: #185DB7;
}
.AnyTagClassName
{
color: #185DB7;
}
</style>
background-color css
<style>
a { background-color: #185DB7; }
a { background-color: rgb(24,93,183); }
div.DivClassName
{
background-color: #185DB7;
}
.BgClassName
{
background-color: #185DB7;
}
</style>
border-color css
<style>
span { border-color: #185DB7; }
span { border-color: rgb(24,93,183); }
td.TdClassName
{
border-color: #185DB7;
}
.TagClassName
{
border-color: #185DB7;
}
</style>