Shades of Denim #185CDA
Tints of Denim #185CDA
RGB
CMYK
RGB Variations
Color information
#185CDA (or 0x185CDA) is known color: Denim. HEX triplet: 18, 5C and DA. RGB value is (24,92,218). Sum of RGB (Red+Green+Blue) = 24+92+218=334 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.19% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #185CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185CDA is #E7A325. Grayscale: #555555. Windows color (decimal): -15180582 or 14310424. OLE color: 14310424.
HSL color Cylindrical-coordinate representation of color #185CDA: hue angle of 218.97º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #185CDA is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 92 | 218 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.15 |
| HSL | 218.97º | 0.8% | 0.47% | - |
| HSV(B) | 218.97º | 0.89% | 0.85% | - |
| XYZ | 16.86 | 12.91 | 67.93 | - |
| YUV | 86.03 | 202.47 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 218 | 0.89 | 0.58 | 0 | 0.15 | 218.97 | 0.8 | 0.47 |
| Hex | 18 | 5C | DA | 59 | 3A | 0 | F | DB | 50 | 2F |
| Octal | 30 | 134 | 332 | 131 | 72 | 0 | 17 | 333 | 120 | 57 |
| Binary | 11000 | 1011100 | 11011010 | 1011001 | 111010 | 0 | 1111 | 11011011 | 1010000 | 101111 |
Color Harmonies of #185CDA
Complementary color
Monochromatic Colors of #185CDA
Black with #185CDA
Text Example
Text Example
White with #185CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185CDA; }
p { color: rgb(24,92,218); }
H1.HeaderClassName
{
color: #185CDA;
}
.AnyTagClassName
{
color: #185CDA;
}
</style>
background-color css
<style>
a { background-color: #185CDA; }
a { background-color: rgb(24,92,218); }
div.DivClassName
{
background-color: #185CDA;
}
.BgClassName
{
background-color: #185CDA;
}
</style>
border-color css
<style>
span { border-color: #185CDA; }
span { border-color: rgb(24,92,218); }
td.TdClassName
{
border-color: #185CDA;
}
.TagClassName
{
border-color: #185CDA;
}
</style>