Shades of Denim #185CB7
Tints of Denim #185CB7
RGB
CMYK
RGB Variations
Color information
#185CB7 (or 0x185CB7) is known color: Denim. HEX triplet: 18, 5C and B7. RGB value is (24,92,183). Sum of RGB (Red+Green+Blue) = 24+92+183=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 183 (71.88% from 255 or 61.20% from 299); Max value from RGB is 183 - color contains mainly: blue. Hex color #185CB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185CB7 is #E7A348. Grayscale: #515151. Windows color (decimal): -15180617 or 12016664. OLE color: 12016664.
HSL color Cylindrical-coordinate representation of color #185CB7: hue angle of 214.34º 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 #185CB7 is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 24 | 92 | 183 | - |
| CMYK | 0.87 | 0.50 | 0 | 0.28 |
| HSL | 214.34º | 0.77% | 0.41% | - |
| HSV(B) | 214.34º | 0.87% | 0.72% | - |
| XYZ | 12.75 | 11.27 | 46.3 | - |
| YUV | 82.04 | 184.97 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 183 | 0.87 | 0.50 | 0 | 0.28 | 214.34 | 0.77 | 0.41 |
| Hex | 18 | 5C | B7 | 57 | 32 | 0 | 1C | D6 | 4D | 29 |
| Octal | 30 | 134 | 267 | 127 | 62 | 0 | 34 | 326 | 115 | 51 |
| Binary | 11000 | 1011100 | 10110111 | 1010111 | 110010 | 0 | 11100 | 11010110 | 1001101 | 101001 |
Color Harmonies of #185CB7
Complementary color
Monochromatic Colors of #185CB7
Black with #185CB7
Text Example
Text Example
White with #185CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185CB7; }
p { color: rgb(24,92,183); }
H1.HeaderClassName
{
color: #185CB7;
}
.AnyTagClassName
{
color: #185CB7;
}
</style>
background-color css
<style>
a { background-color: #185CB7; }
a { background-color: rgb(24,92,183); }
div.DivClassName
{
background-color: #185CB7;
}
.BgClassName
{
background-color: #185CB7;
}
</style>
border-color css
<style>
span { border-color: #185CB7; }
span { border-color: rgb(24,92,183); }
td.TdClassName
{
border-color: #185CB7;
}
.TagClassName
{
border-color: #185CB7;
}
</style>