Shades of Denim #185CBD
Tints of Denim #185CBD
RGB
CMYK
RGB Variations
Color information
#185CBD (or 0x185CBD) is known color: Denim. HEX triplet: 18, 5C and BD. RGB value is (24,92,189). Sum of RGB (Red+Green+Blue) = 24+92+189=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #185CBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185CBD is #E7A342. Grayscale: #525252. Windows color (decimal): -15180611 or 12409880. OLE color: 12409880.
HSL color Cylindrical-coordinate representation of color #185CBD: hue angle of 215.27º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #185CBD is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 92 | 189 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.26 |
| HSL | 215.27º | 0.77% | 0.42% | - |
| HSV(B) | 215.27º | 0.87% | 0.74% | - |
| XYZ | 13.39 | 11.52 | 49.66 | - |
| YUV | 82.73 | 187.97 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 189 | 0.87 | 0.51 | 0 | 0.26 | 215.27 | 0.77 | 0.42 |
| Hex | 18 | 5C | BD | 57 | 33 | 0 | 1A | D7 | 4D | 2A |
| Octal | 30 | 134 | 275 | 127 | 63 | 0 | 32 | 327 | 115 | 52 |
| Binary | 11000 | 1011100 | 10111101 | 1010111 | 110011 | 0 | 11010 | 11010111 | 1001101 | 101010 |
Color Harmonies of #185CBD
Complementary color
Monochromatic Colors of #185CBD
Black with #185CBD
Text Example
Text Example
White with #185CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185CBD; }
p { color: rgb(24,92,189); }
H1.HeaderClassName
{
color: #185CBD;
}
.AnyTagClassName
{
color: #185CBD;
}
</style>
background-color css
<style>
a { background-color: #185CBD; }
a { background-color: rgb(24,92,189); }
div.DivClassName
{
background-color: #185CBD;
}
.BgClassName
{
background-color: #185CBD;
}
</style>
border-color css
<style>
span { border-color: #185CBD; }
span { border-color: rgb(24,92,189); }
td.TdClassName
{
border-color: #185CBD;
}
.TagClassName
{
border-color: #185CBD;
}
</style>