Shades of Denim #1855B8
Tints of Denim #1855B8
RGB
CMYK
RGB Variations
Color information
#1855B8 (or 0x1855B8) is known color: Denim. HEX triplet: 18, 55 and B8. RGB value is (24,85,184). Sum of RGB (Red+Green+Blue) = 24+85+184=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 184 (72.27% from 255 or 62.80% from 293); Max value from RGB is 184 - color contains mainly: blue. Hex color #1855B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1855B8 is #E7AA47. Grayscale: #4D4D4D. Windows color (decimal): -15182408 or 12080408. OLE color: 12080408.
HSL color Cylindrical-coordinate representation of color #1855B8: hue angle of 217.12º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1855B8 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 24 | 85 | 184 | - |
| CMYK | 0.87 | 0.54 | 0 | 0.28 |
| HSL | 217.13º | 0.77% | 0.41% | - |
| HSV(B) | 217.13º | 0.87% | 0.72% | - |
| XYZ | 12.28 | 10.15 | 46.66 | - |
| YUV | 78.05 | 187.79 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 184 | 0.87 | 0.54 | 0 | 0.28 | 217.13 | 0.77 | 0.41 |
| Hex | 18 | 55 | B8 | 57 | 36 | 0 | 1C | D9 | 4D | 29 |
| Octal | 30 | 125 | 270 | 127 | 66 | 0 | 34 | 331 | 115 | 51 |
| Binary | 11000 | 1010101 | 10111000 | 1010111 | 110110 | 0 | 11100 | 11011001 | 1001101 | 101001 |
Color Harmonies of #1855B8
Complementary color
Monochromatic Colors of #1855B8
Black with #1855B8
Text Example
Text Example
White with #1855B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1855B8; }
p { color: rgb(24,85,184); }
H1.HeaderClassName
{
color: #1855B8;
}
.AnyTagClassName
{
color: #1855B8;
}
</style>
background-color css
<style>
a { background-color: #1855B8; }
a { background-color: rgb(24,85,184); }
div.DivClassName
{
background-color: #1855B8;
}
.BgClassName
{
background-color: #1855B8;
}
</style>
border-color css
<style>
span { border-color: #1855B8; }
span { border-color: rgb(24,85,184); }
td.TdClassName
{
border-color: #1855B8;
}
.TagClassName
{
border-color: #1855B8;
}
</style>