Shades of Denim #1855BF
Tints of Denim #1855BF
RGB
CMYK
RGB Variations
Color information
#1855BF (or 0x1855BF) is known color: Denim. HEX triplet: 18, 55 and BF. RGB value is (24,85,191). Sum of RGB (Red+Green+Blue) = 24+85+191=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #1855BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1855BF is #E7AA40. Grayscale: #4E4E4E. Windows color (decimal): -15182401 or 12539160. OLE color: 12539160.
HSL color Cylindrical-coordinate representation of color #1855BF: hue angle of 218.08º 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 #1855BF is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 85 | 191 | - |
| CMYK | 0.87 | 0.55 | 0 | 0.25 |
| HSL | 218.08º | 0.78% | 0.42% | - |
| HSV(B) | 218.08º | 0.87% | 0.75% | - |
| XYZ | 13.03 | 10.45 | 50.62 | - |
| YUV | 78.85 | 191.29 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 191 | 0.87 | 0.55 | 0 | 0.25 | 218.08 | 0.78 | 0.42 |
| Hex | 18 | 55 | BF | 57 | 37 | 0 | 19 | DA | 4E | 2A |
| Octal | 30 | 125 | 277 | 127 | 67 | 0 | 31 | 332 | 116 | 52 |
| Binary | 11000 | 1010101 | 10111111 | 1010111 | 110111 | 0 | 11001 | 11011010 | 1001110 | 101010 |
Color Harmonies of #1855BF
Complementary color
Monochromatic Colors of #1855BF
Black with #1855BF
Text Example
Text Example
White with #1855BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1855BF; }
p { color: rgb(24,85,191); }
H1.HeaderClassName
{
color: #1855BF;
}
.AnyTagClassName
{
color: #1855BF;
}
</style>
background-color css
<style>
a { background-color: #1855BF; }
a { background-color: rgb(24,85,191); }
div.DivClassName
{
background-color: #1855BF;
}
.BgClassName
{
background-color: #1855BF;
}
</style>
border-color css
<style>
span { border-color: #1855BF; }
span { border-color: rgb(24,85,191); }
td.TdClassName
{
border-color: #1855BF;
}
.TagClassName
{
border-color: #1855BF;
}
</style>