Shades of Denim #1853BE
Tints of Denim #1853BE
RGB
CMYK
RGB Variations
Color information
#1853BE (or 0x1853BE) is known color: Denim. HEX triplet: 18, 53 and BE. RGB value is (24,83,190). Sum of RGB (Red+Green+Blue) = 24+83+190=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #1853BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1853BE is #E7AC41. Grayscale: #4D4D4D. Windows color (decimal): -15182914 or 12473112. OLE color: 12473112.
HSL color Cylindrical-coordinate representation of color #1853BE: hue angle of 218.67º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1853BE is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 83 | 190 | - |
| CMYK | 0.87 | 0.56 | 0 | 0.25 |
| HSL | 218.67º | 0.78% | 0.42% | - |
| HSV(B) | 218.67º | 0.87% | 0.75% | - |
| XYZ | 12.76 | 10.1 | 49.99 | - |
| YUV | 77.56 | 191.45 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 190 | 0.87 | 0.56 | 0 | 0.25 | 218.67 | 0.78 | 0.42 |
| Hex | 18 | 53 | BE | 57 | 38 | 0 | 19 | DB | 4E | 2A |
| Octal | 30 | 123 | 276 | 127 | 70 | 0 | 31 | 333 | 116 | 52 |
| Binary | 11000 | 1010011 | 10111110 | 1010111 | 111000 | 0 | 11001 | 11011011 | 1001110 | 101010 |
Color Harmonies of #1853BE
Complementary color
Monochromatic Colors of #1853BE
Black with #1853BE
Text Example
Text Example
White with #1853BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1853BE; }
p { color: rgb(24,83,190); }
H1.HeaderClassName
{
color: #1853BE;
}
.AnyTagClassName
{
color: #1853BE;
}
</style>
background-color css
<style>
a { background-color: #1853BE; }
a { background-color: rgb(24,83,190); }
div.DivClassName
{
background-color: #1853BE;
}
.BgClassName
{
background-color: #1853BE;
}
</style>
border-color css
<style>
span { border-color: #1853BE; }
span { border-color: rgb(24,83,190); }
td.TdClassName
{
border-color: #1853BE;
}
.TagClassName
{
border-color: #1853BE;
}
</style>