Shades of Denim #1868AD
Tints of Denim #1868AD
RGB
CMYK
RGB Variations
Color information
#1868AD (or 0x1868AD) is known color: Denim. HEX triplet: 18, 68 and AD. RGB value is (24,104,173). Sum of RGB (Red+Green+Blue) = 24+104+173=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #1868AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1868AD is #E79752. Grayscale: #575757. Windows color (decimal): -15177555 or 11364376. OLE color: 11364376.
HSL color Cylindrical-coordinate representation of color #1868AD: hue angle of 207.79º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1868AD is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 104 | 173 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.32 |
| HSL | 207.79º | 0.76% | 0.39% | - |
| HSV(B) | 207.79º | 0.86% | 0.68% | - |
| XYZ | 12.87 | 13.11 | 41.39 | - |
| YUV | 87.95 | 176 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 104 | 173 | 0.86 | 0.40 | 0 | 0.32 | 207.79 | 0.76 | 0.39 |
| Hex | 18 | 68 | AD | 56 | 28 | 0 | 20 | D0 | 4C | 27 |
| Octal | 30 | 150 | 255 | 126 | 50 | 0 | 40 | 320 | 114 | 47 |
| Binary | 11000 | 1101000 | 10101101 | 1010110 | 101000 | 0 | 100000 | 11010000 | 1001100 | 100111 |
Color Harmonies of #1868AD
Complementary color
Monochromatic Colors of #1868AD
Black with #1868AD
Text Example
Text Example
White with #1868AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1868AD; }
p { color: rgb(24,104,173); }
H1.HeaderClassName
{
color: #1868AD;
}
.AnyTagClassName
{
color: #1868AD;
}
</style>
background-color css
<style>
a { background-color: #1868AD; }
a { background-color: rgb(24,104,173); }
div.DivClassName
{
background-color: #1868AD;
}
.BgClassName
{
background-color: #1868AD;
}
</style>
border-color css
<style>
span { border-color: #1868AD; }
span { border-color: rgb(24,104,173); }
td.TdClassName
{
border-color: #1868AD;
}
.TagClassName
{
border-color: #1868AD;
}
</style>