Shades of Denim #1858AD
Tints of Denim #1858AD
RGB
CMYK
RGB Variations
Color information
#1858AD (or 0x1858AD) is known color: Denim. HEX triplet: 18, 58 and AD. RGB value is (24,88,173). Sum of RGB (Red+Green+Blue) = 24+88+173=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #1858AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1858AD is #E7A752. Grayscale: #4E4E4E. Windows color (decimal): -15181651 or 11360280. OLE color: 11360280.
HSL color Cylindrical-coordinate representation of color #1858AD: hue angle of 214.23º 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 #1858AD is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 88 | 173 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.32 |
| HSL | 214.23º | 0.76% | 0.39% | - |
| HSV(B) | 214.23º | 0.86% | 0.68% | - |
| XYZ | 11.41 | 10.19 | 40.9 | - |
| YUV | 78.55 | 181.3 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 88 | 173 | 0.86 | 0.49 | 0 | 0.32 | 214.23 | 0.76 | 0.39 |
| Hex | 18 | 58 | AD | 56 | 31 | 0 | 20 | D6 | 4C | 27 |
| Octal | 30 | 130 | 255 | 126 | 61 | 0 | 40 | 326 | 114 | 47 |
| Binary | 11000 | 1011000 | 10101101 | 1010110 | 110001 | 0 | 100000 | 11010110 | 1001100 | 100111 |
Color Harmonies of #1858AD
Complementary color
Monochromatic Colors of #1858AD
Black with #1858AD
Text Example
Text Example
White with #1858AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1858AD; }
p { color: rgb(24,88,173); }
H1.HeaderClassName
{
color: #1858AD;
}
.AnyTagClassName
{
color: #1858AD;
}
</style>
background-color css
<style>
a { background-color: #1858AD; }
a { background-color: rgb(24,88,173); }
div.DivClassName
{
background-color: #1858AD;
}
.BgClassName
{
background-color: #1858AD;
}
</style>
border-color css
<style>
span { border-color: #1858AD; }
span { border-color: rgb(24,88,173); }
td.TdClassName
{
border-color: #1858AD;
}
.TagClassName
{
border-color: #1858AD;
}
</style>