Shades of Denim #1854BC
Tints of Denim #1854BC
RGB
CMYK
RGB Variations
Color information
#1854BC (or 0x1854BC) is known color: Denim. HEX triplet: 18, 54 and BC. RGB value is (24,84,188). Sum of RGB (Red+Green+Blue) = 24+84+188=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 188 (73.83% from 255 or 63.51% from 296); Max value from RGB is 188 - color contains mainly: blue. Hex color #1854BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1854BC is #E7AB43. Grayscale: #4D4D4D. Windows color (decimal): -15182660 or 12342296. OLE color: 12342296.
HSL color Cylindrical-coordinate representation of color #1854BC: hue angle of 218.05º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1854BC is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 84 | 188 | - |
| CMYK | 0.87 | 0.55 | 0 | 0.26 |
| HSL | 218.05º | 0.77% | 0.42% | - |
| HSV(B) | 218.05º | 0.87% | 0.74% | - |
| XYZ | 12.62 | 10.17 | 48.87 | - |
| YUV | 77.92 | 190.12 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 84 | 188 | 0.87 | 0.55 | 0 | 0.26 | 218.05 | 0.77 | 0.42 |
| Hex | 18 | 54 | BC | 57 | 37 | 0 | 1A | DA | 4D | 2A |
| Octal | 30 | 124 | 274 | 127 | 67 | 0 | 32 | 332 | 115 | 52 |
| Binary | 11000 | 1010100 | 10111100 | 1010111 | 110111 | 0 | 11010 | 11011010 | 1001101 | 101010 |
Color Harmonies of #1854BC
Complementary color
Monochromatic Colors of #1854BC
Black with #1854BC
Text Example
Text Example
White with #1854BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1854BC; }
p { color: rgb(24,84,188); }
H1.HeaderClassName
{
color: #1854BC;
}
.AnyTagClassName
{
color: #1854BC;
}
</style>
background-color css
<style>
a { background-color: #1854BC; }
a { background-color: rgb(24,84,188); }
div.DivClassName
{
background-color: #1854BC;
}
.BgClassName
{
background-color: #1854BC;
}
</style>
border-color css
<style>
span { border-color: #1854BC; }
span { border-color: rgb(24,84,188); }
td.TdClassName
{
border-color: #1854BC;
}
.TagClassName
{
border-color: #1854BC;
}
</style>