Shades of Denim #1874B7
Tints of Denim #1874B7
RGB
CMYK
RGB Variations
Color information
#1874B7 (or 0x1874B7) is known color: Denim. HEX triplet: 18, 74 and B7. RGB value is (24,116,183). Sum of RGB (Red+Green+Blue) = 24+116+183=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 183 (71.88% from 255 or 56.66% from 323); Max value from RGB is 183 - color contains mainly: blue. Hex color #1874B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1874B7 is #E78B48. Grayscale: #5F5F5F. Windows color (decimal): -15174473 or 12022808. OLE color: 12022808.
HSL color Cylindrical-coordinate representation of color #1874B7: hue angle of 205.28º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1874B7 is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 24 | 116 | 183 | - |
| CMYK | 0.87 | 0.37 | 0 | 0.28 |
| HSL | 205.28º | 0.77% | 0.41% | - |
| HSV(B) | 205.28º | 0.87% | 0.72% | - |
| XYZ | 15.17 | 16.1 | 47.11 | - |
| YUV | 96.13 | 177.02 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 183 | 0.87 | 0.37 | 0 | 0.28 | 205.28 | 0.77 | 0.41 |
| Hex | 18 | 74 | B7 | 57 | 25 | 0 | 1C | CD | 4D | 29 |
| Octal | 30 | 164 | 267 | 127 | 45 | 0 | 34 | 315 | 115 | 51 |
| Binary | 11000 | 1110100 | 10110111 | 1010111 | 100101 | 0 | 11100 | 11001101 | 1001101 | 101001 |
Color Harmonies of #1874B7
Complementary color
Monochromatic Colors of #1874B7
Black with #1874B7
Text Example
Text Example
White with #1874B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1874B7; }
p { color: rgb(24,116,183); }
H1.HeaderClassName
{
color: #1874B7;
}
.AnyTagClassName
{
color: #1874B7;
}
</style>
background-color css
<style>
a { background-color: #1874B7; }
a { background-color: rgb(24,116,183); }
div.DivClassName
{
background-color: #1874B7;
}
.BgClassName
{
background-color: #1874B7;
}
</style>
border-color css
<style>
span { border-color: #1874B7; }
span { border-color: rgb(24,116,183); }
td.TdClassName
{
border-color: #1874B7;
}
.TagClassName
{
border-color: #1874B7;
}
</style>