Shades of Denim #1850BD
Tints of Denim #1850BD
RGB
CMYK
RGB Variations
Color information
#1850BD (or 0x1850BD) is known color: Denim. HEX triplet: 18, 50 and BD. RGB value is (24,80,189). Sum of RGB (Red+Green+Blue) = 24+80+189=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 189 (74.22% from 255 or 64.51% from 293); Max value from RGB is 189 - color contains mainly: blue. Hex color #1850BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1850BD is #E7AF42. Grayscale: #4B4B4B. Windows color (decimal): -15183683 or 12406808. OLE color: 12406808.
HSL color Cylindrical-coordinate representation of color #1850BD: hue angle of 219.64º 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 #1850BD is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 80 | 189 | - |
| CMYK | 0.87 | 0.58 | 0 | 0.26 |
| HSL | 219.64º | 0.77% | 0.42% | - |
| HSV(B) | 219.64º | 0.87% | 0.74% | - |
| XYZ | 12.43 | 9.61 | 49.34 | - |
| YUV | 75.68 | 191.95 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 189 | 0.87 | 0.58 | 0 | 0.26 | 219.64 | 0.77 | 0.42 |
| Hex | 18 | 50 | BD | 57 | 3A | 0 | 1A | DC | 4D | 2A |
| Octal | 30 | 120 | 275 | 127 | 72 | 0 | 32 | 334 | 115 | 52 |
| Binary | 11000 | 1010000 | 10111101 | 1010111 | 111010 | 0 | 11010 | 11011100 | 1001101 | 101010 |
Color Harmonies of #1850BD
Complementary color
Monochromatic Colors of #1850BD
Black with #1850BD
Text Example
Text Example
White with #1850BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1850BD; }
p { color: rgb(24,80,189); }
H1.HeaderClassName
{
color: #1850BD;
}
.AnyTagClassName
{
color: #1850BD;
}
</style>
background-color css
<style>
a { background-color: #1850BD; }
a { background-color: rgb(24,80,189); }
div.DivClassName
{
background-color: #1850BD;
}
.BgClassName
{
background-color: #1850BD;
}
</style>
border-color css
<style>
span { border-color: #1850BD; }
span { border-color: rgb(24,80,189); }
td.TdClassName
{
border-color: #1850BD;
}
.TagClassName
{
border-color: #1850BD;
}
</style>