Shades of Denim #1853BA
Tints of Denim #1853BA
RGB
CMYK
RGB Variations
Color information
#1853BA (or 0x1853BA) is known color: Denim. HEX triplet: 18, 53 and BA. RGB value is (24,83,186). Sum of RGB (Red+Green+Blue) = 24+83+186=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #1853BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1853BA is #E7AC45. Grayscale: #4C4C4C. Windows color (decimal): -15182918 or 12210968. OLE color: 12210968.
HSL color Cylindrical-coordinate representation of color #1853BA: hue angle of 218.15º 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 #1853BA is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 83 | 186 | - |
| CMYK | 0.87 | 0.55 | 0 | 0.27 |
| HSL | 218.15º | 0.77% | 0.41% | - |
| HSV(B) | 218.15º | 0.87% | 0.73% | - |
| XYZ | 12.33 | 9.93 | 47.72 | - |
| YUV | 77.1 | 189.45 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 186 | 0.87 | 0.55 | 0 | 0.27 | 218.15 | 0.77 | 0.41 |
| Hex | 18 | 53 | BA | 57 | 37 | 0 | 1B | DA | 4D | 29 |
| Octal | 30 | 123 | 272 | 127 | 67 | 0 | 33 | 332 | 115 | 51 |
| Binary | 11000 | 1010011 | 10111010 | 1010111 | 110111 | 0 | 11011 | 11011010 | 1001101 | 101001 |
Color Harmonies of #1853BA
Complementary color
Monochromatic Colors of #1853BA
Black with #1853BA
Text Example
Text Example
White with #1853BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1853BA; }
p { color: rgb(24,83,186); }
H1.HeaderClassName
{
color: #1853BA;
}
.AnyTagClassName
{
color: #1853BA;
}
</style>
background-color css
<style>
a { background-color: #1853BA; }
a { background-color: rgb(24,83,186); }
div.DivClassName
{
background-color: #1853BA;
}
.BgClassName
{
background-color: #1853BA;
}
</style>
border-color css
<style>
span { border-color: #1853BA; }
span { border-color: rgb(24,83,186); }
td.TdClassName
{
border-color: #1853BA;
}
.TagClassName
{
border-color: #1853BA;
}
</style>