Shades of Denim #1853B9
Tints of Denim #1853B9
RGB
CMYK
RGB Variations
Color information
#1853B9 (or 0x1853B9) is known color: Denim. HEX triplet: 18, 53 and B9. RGB value is (24,83,185). Sum of RGB (Red+Green+Blue) = 24+83+185=292 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.22% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 185 (72.66% from 255 or 63.36% from 292); Max value from RGB is 185 - color contains mainly: blue. Hex color #1853B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1853B9 is #E7AC46. Grayscale: #4C4C4C. Windows color (decimal): -15182919 or 12145432. OLE color: 12145432.
HSL color Cylindrical-coordinate representation of color #1853B9: hue angle of 218.01º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1853B9 is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 83 | 185 | - |
| CMYK | 0.87 | 0.55 | 0 | 0.27 |
| HSL | 218.01º | 0.77% | 0.41% | - |
| HSV(B) | 218.01º | 0.87% | 0.73% | - |
| XYZ | 12.23 | 9.88 | 47.16 | - |
| YUV | 76.99 | 188.95 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 185 | 0.87 | 0.55 | 0 | 0.27 | 218.01 | 0.77 | 0.41 |
| Hex | 18 | 53 | B9 | 57 | 37 | 0 | 1B | DA | 4D | 29 |
| Octal | 30 | 123 | 271 | 127 | 67 | 0 | 33 | 332 | 115 | 51 |
| Binary | 11000 | 1010011 | 10111001 | 1010111 | 110111 | 0 | 11011 | 11011010 | 1001101 | 101001 |
Color Harmonies of #1853B9
Complementary color
Monochromatic Colors of #1853B9
Black with #1853B9
Text Example
Text Example
White with #1853B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1853B9; }
p { color: rgb(24,83,185); }
H1.HeaderClassName
{
color: #1853B9;
}
.AnyTagClassName
{
color: #1853B9;
}
</style>
background-color css
<style>
a { background-color: #1853B9; }
a { background-color: rgb(24,83,185); }
div.DivClassName
{
background-color: #1853B9;
}
.BgClassName
{
background-color: #1853B9;
}
</style>
border-color css
<style>
span { border-color: #1853B9; }
span { border-color: rgb(24,83,185); }
td.TdClassName
{
border-color: #1853B9;
}
.TagClassName
{
border-color: #1853B9;
}
</style>