Shades of Denim #185FD3
Tints of Denim #185FD3
RGB
CMYK
RGB Variations
Color information
#185FD3 (or 0x185FD3) is known color: Denim. HEX triplet: 18, 5F and D3. RGB value is (24,95,211). Sum of RGB (Red+Green+Blue) = 24+95+211=330 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.27% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 211 (82.81% from 255 or 63.94% from 330); Max value from RGB is 211 - color contains mainly: blue. Hex color #185FD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #185FD3 is #E7A02C. Grayscale: #565656. Windows color (decimal): -15179821 or 13852440. OLE color: 13852440.
HSL color Cylindrical-coordinate representation of color #185FD3: hue angle of 217.22º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #185FD3 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 24 | 95 | 211 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.17 |
| HSL | 217.22º | 0.8% | 0.46% | - |
| HSV(B) | 217.22º | 0.89% | 0.83% | - |
| XYZ | 16.23 | 13.08 | 63.3 | - |
| YUV | 87 | 197.98 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 211 | 0.89 | 0.55 | 0 | 0.17 | 217.22 | 0.8 | 0.46 |
| Hex | 18 | 5F | D3 | 59 | 37 | 0 | 11 | D9 | 50 | 2E |
| Octal | 30 | 137 | 323 | 131 | 67 | 0 | 21 | 331 | 120 | 56 |
| Binary | 11000 | 1011111 | 11010011 | 1011001 | 110111 | 0 | 10001 | 11011001 | 1010000 | 101110 |
Color Harmonies of #185FD3
Complementary color
Monochromatic Colors of #185FD3
Black with #185FD3
Text Example
Text Example
White with #185FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185FD3; }
p { color: rgb(24,95,211); }
H1.HeaderClassName
{
color: #185FD3;
}
.AnyTagClassName
{
color: #185FD3;
}
</style>
background-color css
<style>
a { background-color: #185FD3; }
a { background-color: rgb(24,95,211); }
div.DivClassName
{
background-color: #185FD3;
}
.BgClassName
{
background-color: #185FD3;
}
</style>
border-color css
<style>
span { border-color: #185FD3; }
span { border-color: rgb(24,95,211); }
td.TdClassName
{
border-color: #185FD3;
}
.TagClassName
{
border-color: #185FD3;
}
</style>