Shades of Denim #1874BC
Tints of Denim #1874BC
RGB
CMYK
RGB Variations
Color information
#1874BC (or 0x1874BC) is known color: Denim. HEX triplet: 18, 74 and BC. RGB value is (24,116,188). Sum of RGB (Red+Green+Blue) = 24+116+188=328 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.32% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #1874BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1874BC is #E78B43. Grayscale: #606060. Windows color (decimal): -15174468 or 12350488. OLE color: 12350488.
HSL color Cylindrical-coordinate representation of color #1874BC: hue angle of 206.34º 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 #1874BC is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 116 | 188 | - |
| CMYK | 0.87 | 0.38 | 0 | 0.26 |
| HSL | 206.34º | 0.77% | 0.42% | - |
| HSV(B) | 206.34º | 0.87% | 0.74% | - |
| XYZ | 15.7 | 16.32 | 49.9 | - |
| YUV | 96.7 | 179.52 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 188 | 0.87 | 0.38 | 0 | 0.26 | 206.34 | 0.77 | 0.42 |
| Hex | 18 | 74 | BC | 57 | 26 | 0 | 1A | CE | 4D | 2A |
| Octal | 30 | 164 | 274 | 127 | 46 | 0 | 32 | 316 | 115 | 52 |
| Binary | 11000 | 1110100 | 10111100 | 1010111 | 100110 | 0 | 11010 | 11001110 | 1001101 | 101010 |
Color Harmonies of #1874BC
Complementary color
Monochromatic Colors of #1874BC
Black with #1874BC
Text Example
Text Example
White with #1874BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1874BC; }
p { color: rgb(24,116,188); }
H1.HeaderClassName
{
color: #1874BC;
}
.AnyTagClassName
{
color: #1874BC;
}
</style>
background-color css
<style>
a { background-color: #1874BC; }
a { background-color: rgb(24,116,188); }
div.DivClassName
{
background-color: #1874BC;
}
.BgClassName
{
background-color: #1874BC;
}
</style>
border-color css
<style>
span { border-color: #1874BC; }
span { border-color: rgb(24,116,188); }
td.TdClassName
{
border-color: #1874BC;
}
.TagClassName
{
border-color: #1874BC;
}
</style>