Shades of Denim #1850BB
Tints of Denim #1850BB
RGB
CMYK
RGB Variations
Color information
#1850BB (or 0x1850BB) is known color: Denim. HEX triplet: 18, 50 and BB. RGB value is (24,80,187). Sum of RGB (Red+Green+Blue) = 24+80+187=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 187 (73.44% from 255 or 64.26% from 291); Max value from RGB is 187 - color contains mainly: blue. Hex color #1850BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1850BB is #E7AF44. Grayscale: #4A4A4A. Windows color (decimal): -15183685 or 12275736. OLE color: 12275736.
HSL color Cylindrical-coordinate representation of color #1850BB: hue angle of 219.39º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1850BB is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 80 | 187 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.27 |
| HSL | 219.39º | 0.77% | 0.41% | - |
| HSV(B) | 219.39º | 0.87% | 0.73% | - |
| XYZ | 12.21 | 9.52 | 48.21 | - |
| YUV | 75.45 | 190.95 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 187 | 0.87 | 0.57 | 0 | 0.27 | 219.39 | 0.77 | 0.41 |
| Hex | 18 | 50 | BB | 57 | 39 | 0 | 1B | DB | 4D | 29 |
| Octal | 30 | 120 | 273 | 127 | 71 | 0 | 33 | 333 | 115 | 51 |
| Binary | 11000 | 1010000 | 10111011 | 1010111 | 111001 | 0 | 11011 | 11011011 | 1001101 | 101001 |
Color Harmonies of #1850BB
Complementary color
Monochromatic Colors of #1850BB
Black with #1850BB
Text Example
Text Example
White with #1850BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1850BB; }
p { color: rgb(24,80,187); }
H1.HeaderClassName
{
color: #1850BB;
}
.AnyTagClassName
{
color: #1850BB;
}
</style>
background-color css
<style>
a { background-color: #1850BB; }
a { background-color: rgb(24,80,187); }
div.DivClassName
{
background-color: #1850BB;
}
.BgClassName
{
background-color: #1850BB;
}
</style>
border-color css
<style>
span { border-color: #1850BB; }
span { border-color: rgb(24,80,187); }
td.TdClassName
{
border-color: #1850BB;
}
.TagClassName
{
border-color: #1850BB;
}
</style>