Shades of Denim #1861D4
Tints of Denim #1861D4
RGB
CMYK
RGB Variations
Color information
#1861D4 (or 0x1861D4) is known color: Denim. HEX triplet: 18, 61 and D4. RGB value is (24,97,212). Sum of RGB (Red+Green+Blue) = 24+97+212=333 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.21% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 212 (83.20% from 255 or 63.66% from 333); Max value from RGB is 212 - color contains mainly: blue. Hex color #1861D4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1861D4 is #E79E2B. Grayscale: #575757. Windows color (decimal): -15179308 or 13918488. OLE color: 13918488.
HSL color Cylindrical-coordinate representation of color #1861D4: hue angle of 216.7º 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 #1861D4 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 24 | 97 | 212 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.17 |
| HSL | 216.7º | 0.8% | 0.46% | - |
| HSV(B) | 216.7º | 0.89% | 0.83% | - |
| XYZ | 16.54 | 13.5 | 64.02 | - |
| YUV | 88.28 | 197.82 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 97 | 212 | 0.89 | 0.54 | 0 | 0.17 | 216.7 | 0.8 | 0.46 |
| Hex | 18 | 61 | D4 | 59 | 36 | 0 | 11 | D9 | 50 | 2E |
| Octal | 30 | 141 | 324 | 131 | 66 | 0 | 21 | 331 | 120 | 56 |
| Binary | 11000 | 1100001 | 11010100 | 1011001 | 110110 | 0 | 10001 | 11011001 | 1010000 | 101110 |
Color Harmonies of #1861D4
Complementary color
Monochromatic Colors of #1861D4
Black with #1861D4
Text Example
Text Example
White with #1861D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1861D4; }
p { color: rgb(24,97,212); }
H1.HeaderClassName
{
color: #1861D4;
}
.AnyTagClassName
{
color: #1861D4;
}
</style>
background-color css
<style>
a { background-color: #1861D4; }
a { background-color: rgb(24,97,212); }
div.DivClassName
{
background-color: #1861D4;
}
.BgClassName
{
background-color: #1861D4;
}
</style>
border-color css
<style>
span { border-color: #1861D4; }
span { border-color: rgb(24,97,212); }
td.TdClassName
{
border-color: #1861D4;
}
.TagClassName
{
border-color: #1861D4;
}
</style>