Shades of Denim #185DBB
Tints of Denim #185DBB
RGB
CMYK
RGB Variations
Color information
#185DBB (or 0x185DBB) is known color: Denim. HEX triplet: 18, 5D and BB. RGB value is (24,93,187). Sum of RGB (Red+Green+Blue) = 24+93+187=304 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.89% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #185DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185DBB is #E7A244. Grayscale: #525252. Windows color (decimal): -15180357 or 12279064. OLE color: 12279064.
HSL color Cylindrical-coordinate representation of color #185DBB: hue angle of 214.6º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #185DBB is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 93 | 187 | - |
| CMYK | 0.87 | 0.50 | 0 | 0.27 |
| HSL | 214.6º | 0.77% | 0.41% | - |
| HSV(B) | 214.6º | 0.87% | 0.73% | - |
| XYZ | 13.26 | 11.61 | 48.56 | - |
| YUV | 83.09 | 186.64 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 93 | 187 | 0.87 | 0.50 | 0 | 0.27 | 214.6 | 0.77 | 0.41 |
| Hex | 18 | 5D | BB | 57 | 32 | 0 | 1B | D7 | 4D | 29 |
| Octal | 30 | 135 | 273 | 127 | 62 | 0 | 33 | 327 | 115 | 51 |
| Binary | 11000 | 1011101 | 10111011 | 1010111 | 110010 | 0 | 11011 | 11010111 | 1001101 | 101001 |
Color Harmonies of #185DBB
Complementary color
Monochromatic Colors of #185DBB
Black with #185DBB
Text Example
Text Example
White with #185DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185DBB; }
p { color: rgb(24,93,187); }
H1.HeaderClassName
{
color: #185DBB;
}
.AnyTagClassName
{
color: #185DBB;
}
</style>
background-color css
<style>
a { background-color: #185DBB; }
a { background-color: rgb(24,93,187); }
div.DivClassName
{
background-color: #185DBB;
}
.BgClassName
{
background-color: #185DBB;
}
</style>
border-color css
<style>
span { border-color: #185DBB; }
span { border-color: rgb(24,93,187); }
td.TdClassName
{
border-color: #185DBB;
}
.TagClassName
{
border-color: #185DBB;
}
</style>