Shades of Denim #185DA3
Tints of Denim #185DA3
RGB
CMYK
RGB Variations
Color information
#185DA3 (or 0x185DA3) is known color: Denim. HEX triplet: 18, 5D and A3. RGB value is (24,93,163). Sum of RGB (Red+Green+Blue) = 24+93+163=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 163 (64.06% from 255 or 58.21% from 280); Max value from RGB is 163 - color contains mainly: blue. Hex color #185DA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185DA3 is #E7A25C. Grayscale: #505050. Windows color (decimal): -15180381 or 10706200. OLE color: 10706200.
HSL color Cylindrical-coordinate representation of color #185DA3: hue angle of 210.22º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #185DA3 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 93 | 163 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.36 |
| HSL | 210.22º | 0.74% | 0.37% | - |
| HSV(B) | 210.22º | 0.85% | 0.64% | - |
| XYZ | 10.9 | 10.67 | 36.13 | - |
| YUV | 80.35 | 174.64 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 93 | 163 | 0.85 | 0.43 | 0 | 0.36 | 210.22 | 0.74 | 0.37 |
| Hex | 18 | 5D | A3 | 55 | 2B | 0 | 24 | D2 | 4A | 25 |
| Octal | 30 | 135 | 243 | 125 | 53 | 0 | 44 | 322 | 112 | 45 |
| Binary | 11000 | 1011101 | 10100011 | 1010101 | 101011 | 0 | 100100 | 11010010 | 1001010 | 100101 |
Color Harmonies of #185DA3
Complementary color
Monochromatic Colors of #185DA3
Black with #185DA3
Text Example
Text Example
White with #185DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185DA3; }
p { color: rgb(24,93,163); }
H1.HeaderClassName
{
color: #185DA3;
}
.AnyTagClassName
{
color: #185DA3;
}
</style>
background-color css
<style>
a { background-color: #185DA3; }
a { background-color: rgb(24,93,163); }
div.DivClassName
{
background-color: #185DA3;
}
.BgClassName
{
background-color: #185DA3;
}
</style>
border-color css
<style>
span { border-color: #185DA3; }
span { border-color: rgb(24,93,163); }
td.TdClassName
{
border-color: #185DA3;
}
.TagClassName
{
border-color: #185DA3;
}
</style>