Shades of Denim #185DD7
Tints of Denim #185DD7
RGB
CMYK
RGB Variations
Color information
#185DD7 (or 0x185DD7) is known color: Denim. HEX triplet: 18, 5D and D7. RGB value is (24,93,215). Sum of RGB (Red+Green+Blue) = 24+93+215=332 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.23% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 215 (84.38% from 255 or 64.76% from 332); Max value from RGB is 215 - color contains mainly: blue. Hex color #185DD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185DD7 is #E7A228. Grayscale: #555555. Windows color (decimal): -15180329 or 14114072. OLE color: 14114072.
HSL color Cylindrical-coordinate representation of color #185DD7: hue angle of 218.32º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #185DD7 is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 93 | 215 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.16 |
| HSL | 218.32º | 0.8% | 0.47% | - |
| HSV(B) | 218.32º | 0.89% | 0.84% | - |
| XYZ | 16.56 | 12.93 | 65.91 | - |
| YUV | 86.28 | 200.64 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 93 | 215 | 0.89 | 0.57 | 0 | 0.16 | 218.32 | 0.8 | 0.47 |
| Hex | 18 | 5D | D7 | 59 | 39 | 0 | 10 | DA | 50 | 2F |
| Octal | 30 | 135 | 327 | 131 | 71 | 0 | 20 | 332 | 120 | 57 |
| Binary | 11000 | 1011101 | 11010111 | 1011001 | 111001 | 0 | 10000 | 11011010 | 1010000 | 101111 |
Color Harmonies of #185DD7
Complementary color
Monochromatic Colors of #185DD7
Black with #185DD7
Text Example
Text Example
White with #185DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185DD7; }
p { color: rgb(24,93,215); }
H1.HeaderClassName
{
color: #185DD7;
}
.AnyTagClassName
{
color: #185DD7;
}
</style>
background-color css
<style>
a { background-color: #185DD7; }
a { background-color: rgb(24,93,215); }
div.DivClassName
{
background-color: #185DD7;
}
.BgClassName
{
background-color: #185DD7;
}
</style>
border-color css
<style>
span { border-color: #185DD7; }
span { border-color: rgb(24,93,215); }
td.TdClassName
{
border-color: #185DD7;
}
.TagClassName
{
border-color: #185DD7;
}
</style>