Shades of Denim #1854B5
Tints of Denim #1854B5
RGB
CMYK
RGB Variations
Color information
#1854B5 (or 0x1854B5) is known color: Denim. HEX triplet: 18, 54 and B5. RGB value is (24,84,181). Sum of RGB (Red+Green+Blue) = 24+84+181=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 181 (71.09% from 255 or 62.63% from 289); Max value from RGB is 181 - color contains mainly: blue. Hex color #1854B5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1854B5 is #E7AB4A. Grayscale: #4C4C4C. Windows color (decimal): -15182667 or 11883544. OLE color: 11883544.
HSL color Cylindrical-coordinate representation of color #1854B5: hue angle of 217.07º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1854B5 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 84 | 181 | - |
| CMYK | 0.87 | 0.54 | 0 | 0.29 |
| HSL | 217.07º | 0.77% | 0.4% | - |
| HSV(B) | 217.07º | 0.87% | 0.71% | - |
| XYZ | 11.89 | 9.87 | 44.99 | - |
| YUV | 77.12 | 186.62 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 84 | 181 | 0.87 | 0.54 | 0 | 0.29 | 217.07 | 0.77 | 0.4 |
| Hex | 18 | 54 | B5 | 57 | 36 | 0 | 1D | D9 | 4D | 28 |
| Octal | 30 | 124 | 265 | 127 | 66 | 0 | 35 | 331 | 115 | 50 |
| Binary | 11000 | 1010100 | 10110101 | 1010111 | 110110 | 0 | 11101 | 11011001 | 1001101 | 101000 |
Color Harmonies of #1854B5
Complementary color
Monochromatic Colors of #1854B5
Black with #1854B5
Text Example
Text Example
White with #1854B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1854B5; }
p { color: rgb(24,84,181); }
H1.HeaderClassName
{
color: #1854B5;
}
.AnyTagClassName
{
color: #1854B5;
}
</style>
background-color css
<style>
a { background-color: #1854B5; }
a { background-color: rgb(24,84,181); }
div.DivClassName
{
background-color: #1854B5;
}
.BgClassName
{
background-color: #1854B5;
}
</style>
border-color css
<style>
span { border-color: #1854B5; }
span { border-color: rgb(24,84,181); }
td.TdClassName
{
border-color: #1854B5;
}
.TagClassName
{
border-color: #1854B5;
}
</style>