Shades of Denim #1869BC
Tints of Denim #1869BC
RGB
CMYK
RGB Variations
Color information
#1869BC (or 0x1869BC) is known color: Denim. HEX triplet: 18, 69 and BC. RGB value is (24,105,188). Sum of RGB (Red+Green+Blue) = 24+105+188=317 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.57% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #1869BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1869BC is #E79643. Grayscale: #595959. Windows color (decimal): -15177284 or 12347672. OLE color: 12347672.
HSL color Cylindrical-coordinate representation of color #1869BC: hue angle of 210.37º 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 #1869BC is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 105 | 188 | - |
| CMYK | 0.87 | 0.44 | 0 | 0.26 |
| HSL | 210.37º | 0.77% | 0.42% | - |
| HSV(B) | 210.37º | 0.87% | 0.74% | - |
| XYZ | 14.51 | 13.93 | 49.5 | - |
| YUV | 90.24 | 183.16 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 105 | 188 | 0.87 | 0.44 | 0 | 0.26 | 210.37 | 0.77 | 0.42 |
| Hex | 18 | 69 | BC | 57 | 2C | 0 | 1A | D2 | 4D | 2A |
| Octal | 30 | 151 | 274 | 127 | 54 | 0 | 32 | 322 | 115 | 52 |
| Binary | 11000 | 1101001 | 10111100 | 1010111 | 101100 | 0 | 11010 | 11010010 | 1001101 | 101010 |
Color Harmonies of #1869BC
Complementary color
Monochromatic Colors of #1869BC
Black with #1869BC
Text Example
Text Example
White with #1869BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1869BC; }
p { color: rgb(24,105,188); }
H1.HeaderClassName
{
color: #1869BC;
}
.AnyTagClassName
{
color: #1869BC;
}
</style>
background-color css
<style>
a { background-color: #1869BC; }
a { background-color: rgb(24,105,188); }
div.DivClassName
{
background-color: #1869BC;
}
.BgClassName
{
background-color: #1869BC;
}
</style>
border-color css
<style>
span { border-color: #1869BC; }
span { border-color: rgb(24,105,188); }
td.TdClassName
{
border-color: #1869BC;
}
.TagClassName
{
border-color: #1869BC;
}
</style>