Shades of Denim #1874BB
Tints of Denim #1874BB
RGB
CMYK
RGB Variations
Color information
#1874BB (or 0x1874BB) is known color: Denim. HEX triplet: 18, 74 and BB. RGB value is (24,116,187). Sum of RGB (Red+Green+Blue) = 24+116+187=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #1874BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1874BB is #E78B44. Grayscale: #606060. Windows color (decimal): -15174469 or 12284952. OLE color: 12284952.
HSL color Cylindrical-coordinate representation of color #1874BB: hue angle of 206.13º 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 #1874BB is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 116 | 187 | - |
| CMYK | 0.87 | 0.38 | 0 | 0.27 |
| HSL | 206.14º | 0.77% | 0.41% | - |
| HSV(B) | 206.14º | 0.87% | 0.73% | - |
| XYZ | 15.59 | 16.27 | 49.33 | - |
| YUV | 96.59 | 179.02 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 187 | 0.87 | 0.38 | 0 | 0.27 | 206.14 | 0.77 | 0.41 |
| Hex | 18 | 74 | BB | 57 | 26 | 0 | 1B | CE | 4D | 29 |
| Octal | 30 | 164 | 273 | 127 | 46 | 0 | 33 | 316 | 115 | 51 |
| Binary | 11000 | 1110100 | 10111011 | 1010111 | 100110 | 0 | 11011 | 11001110 | 1001101 | 101001 |
Color Harmonies of #1874BB
Complementary color
Monochromatic Colors of #1874BB
Black with #1874BB
Text Example
Text Example
White with #1874BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1874BB; }
p { color: rgb(24,116,187); }
H1.HeaderClassName
{
color: #1874BB;
}
.AnyTagClassName
{
color: #1874BB;
}
</style>
background-color css
<style>
a { background-color: #1874BB; }
a { background-color: rgb(24,116,187); }
div.DivClassName
{
background-color: #1874BB;
}
.BgClassName
{
background-color: #1874BB;
}
</style>
border-color css
<style>
span { border-color: #1874BB; }
span { border-color: rgb(24,116,187); }
td.TdClassName
{
border-color: #1874BB;
}
.TagClassName
{
border-color: #1874BB;
}
</style>