Shades of Denim #1856D3
Tints of Denim #1856D3
RGB
CMYK
RGB Variations
Color information
#1856D3 (or 0x1856D3) is known color: Denim. HEX triplet: 18, 56 and D3. RGB value is (24,86,211). Sum of RGB (Red+Green+Blue) = 24+86+211=321 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.48% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 211 (82.81% from 255 or 65.73% from 321); Max value from RGB is 211 - color contains mainly: blue. Hex color #1856D3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1856D3 is #E7A92C. Grayscale: #515151. Windows color (decimal): -15182125 or 13850136. OLE color: 13850136.
HSL color Cylindrical-coordinate representation of color #1856D3: hue angle of 220.11º 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 #1856D3 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 24 | 86 | 211 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.17 |
| HSL | 220.11º | 0.8% | 0.46% | - |
| HSV(B) | 220.11º | 0.89% | 0.83% | - |
| XYZ | 15.46 | 11.55 | 63.04 | - |
| YUV | 81.71 | 200.96 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 86 | 211 | 0.89 | 0.59 | 0 | 0.17 | 220.11 | 0.8 | 0.46 |
| Hex | 18 | 56 | D3 | 59 | 3B | 0 | 11 | DC | 50 | 2E |
| Octal | 30 | 126 | 323 | 131 | 73 | 0 | 21 | 334 | 120 | 56 |
| Binary | 11000 | 1010110 | 11010011 | 1011001 | 111011 | 0 | 10001 | 11011100 | 1010000 | 101110 |
Color Harmonies of #1856D3
Complementary color
Monochromatic Colors of #1856D3
Black with #1856D3
Text Example
Text Example
White with #1856D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1856D3; }
p { color: rgb(24,86,211); }
H1.HeaderClassName
{
color: #1856D3;
}
.AnyTagClassName
{
color: #1856D3;
}
</style>
background-color css
<style>
a { background-color: #1856D3; }
a { background-color: rgb(24,86,211); }
div.DivClassName
{
background-color: #1856D3;
}
.BgClassName
{
background-color: #1856D3;
}
</style>
border-color css
<style>
span { border-color: #1856D3; }
span { border-color: rgb(24,86,211); }
td.TdClassName
{
border-color: #1856D3;
}
.TagClassName
{
border-color: #1856D3;
}
</style>