Shades of Denim #1850BC
Tints of Denim #1850BC
RGB
CMYK
RGB Variations
Color information
#1850BC (or 0x1850BC) is known color: Denim. HEX triplet: 18, 50 and BC. RGB value is (24,80,188). Sum of RGB (Red+Green+Blue) = 24+80+188=292 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.22% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #1850BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1850BC is #E7AF43. Grayscale: #4B4B4B. Windows color (decimal): -15183684 or 12341272. OLE color: 12341272.
HSL color Cylindrical-coordinate representation of color #1850BC: hue angle of 219.51º 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 #1850BC is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 80 | 188 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.26 |
| HSL | 219.51º | 0.77% | 0.42% | - |
| HSV(B) | 219.51º | 0.87% | 0.74% | - |
| XYZ | 12.32 | 9.56 | 48.77 | - |
| YUV | 75.57 | 191.45 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 188 | 0.87 | 0.57 | 0 | 0.26 | 219.51 | 0.77 | 0.42 |
| Hex | 18 | 50 | BC | 57 | 39 | 0 | 1A | DC | 4D | 2A |
| Octal | 30 | 120 | 274 | 127 | 71 | 0 | 32 | 334 | 115 | 52 |
| Binary | 11000 | 1010000 | 10111100 | 1010111 | 111001 | 0 | 11010 | 11011100 | 1001101 | 101010 |
Color Harmonies of #1850BC
Complementary color
Monochromatic Colors of #1850BC
Black with #1850BC
Text Example
Text Example
White with #1850BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1850BC; }
p { color: rgb(24,80,188); }
H1.HeaderClassName
{
color: #1850BC;
}
.AnyTagClassName
{
color: #1850BC;
}
</style>
background-color css
<style>
a { background-color: #1850BC; }
a { background-color: rgb(24,80,188); }
div.DivClassName
{
background-color: #1850BC;
}
.BgClassName
{
background-color: #1850BC;
}
</style>
border-color css
<style>
span { border-color: #1850BC; }
span { border-color: rgb(24,80,188); }
td.TdClassName
{
border-color: #1850BC;
}
.TagClassName
{
border-color: #1850BC;
}
</style>