Shades of Denim #1874CD
Tints of Denim #1874CD
RGB
CMYK
RGB Variations
Color information
#1874CD (or 0x1874CD) is known color: Denim. HEX triplet: 18, 74 and CD. RGB value is (24,116,205). Sum of RGB (Red+Green+Blue) = 24+116+205=345 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.96% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #1874CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1874CD is #E78B32. Grayscale: #626262. Windows color (decimal): -15174451 or 13464600. OLE color: 13464600.
HSL color Cylindrical-coordinate representation of color #1874CD: hue angle of 209.5º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1874CD is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 116 | 205 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.20 |
| HSL | 209.5º | 0.79% | 0.45% | - |
| HSV(B) | 209.5º | 0.88% | 0.8% | - |
| XYZ | 17.64 | 17.09 | 60.13 | - |
| YUV | 98.64 | 188.02 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 116 | 205 | 0.88 | 0.43 | 0 | 0.20 | 209.5 | 0.79 | 0.45 |
| Hex | 18 | 74 | CD | 58 | 2B | 0 | 14 | D2 | 4F | 2D |
| Octal | 30 | 164 | 315 | 130 | 53 | 0 | 24 | 322 | 117 | 55 |
| Binary | 11000 | 1110100 | 11001101 | 1011000 | 101011 | 0 | 10100 | 11010010 | 1001111 | 101101 |
Color Harmonies of #1874CD
Complementary color
Monochromatic Colors of #1874CD
Black with #1874CD
Text Example
Text Example
White with #1874CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1874CD; }
p { color: rgb(24,116,205); }
H1.HeaderClassName
{
color: #1874CD;
}
.AnyTagClassName
{
color: #1874CD;
}
</style>
background-color css
<style>
a { background-color: #1874CD; }
a { background-color: rgb(24,116,205); }
div.DivClassName
{
background-color: #1874CD;
}
.BgClassName
{
background-color: #1874CD;
}
</style>
border-color css
<style>
span { border-color: #1874CD; }
span { border-color: rgb(24,116,205); }
td.TdClassName
{
border-color: #1874CD;
}
.TagClassName
{
border-color: #1874CD;
}
</style>