Shades of Denim #1855DA
Tints of Denim #1855DA
RGB
CMYK
RGB Variations
Color information
#1855DA (or 0x1855DA) is known color: Denim. HEX triplet: 18, 55 and DA. RGB value is (24,85,218). Sum of RGB (Red+Green+Blue) = 24+85+218=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 218 (85.55% from 255 or 66.67% from 327); Max value from RGB is 218 - color contains mainly: blue. Hex color #1855DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1855DA is #E7AA25. Grayscale: #515151. Windows color (decimal): -15182374 or 14308632. OLE color: 14308632.
HSL color Cylindrical-coordinate representation of color #1855DA: hue angle of 221.13º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1855DA is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 85 | 218 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.15 |
| HSL | 221.13º | 0.8% | 0.47% | - |
| HSV(B) | 221.13º | 0.89% | 0.85% | - |
| XYZ | 16.28 | 11.75 | 67.74 | - |
| YUV | 81.92 | 204.79 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 218 | 0.89 | 0.61 | 0 | 0.15 | 221.13 | 0.8 | 0.47 |
| Hex | 18 | 55 | DA | 59 | 3D | 0 | F | DD | 50 | 2F |
| Octal | 30 | 125 | 332 | 131 | 75 | 0 | 17 | 335 | 120 | 57 |
| Binary | 11000 | 1010101 | 11011010 | 1011001 | 111101 | 0 | 1111 | 11011101 | 1010000 | 101111 |
Color Harmonies of #1855DA
Complementary color
Monochromatic Colors of #1855DA
Black with #1855DA
Text Example
Text Example
White with #1855DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1855DA; }
p { color: rgb(24,85,218); }
H1.HeaderClassName
{
color: #1855DA;
}
.AnyTagClassName
{
color: #1855DA;
}
</style>
background-color css
<style>
a { background-color: #1855DA; }
a { background-color: rgb(24,85,218); }
div.DivClassName
{
background-color: #1855DA;
}
.BgClassName
{
background-color: #1855DA;
}
</style>
border-color css
<style>
span { border-color: #1855DA; }
span { border-color: rgb(24,85,218); }
td.TdClassName
{
border-color: #1855DA;
}
.TagClassName
{
border-color: #1855DA;
}
</style>