Shades of Denim #187DC7
Tints of Denim #187DC7
RGB
CMYK
RGB Variations
Color information
#187DC7 (or 0x187DC7) is known color: Denim. HEX triplet: 18, 7D and C7. RGB value is (24,125,199). Sum of RGB (Red+Green+Blue) = 24+125+199=348 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.90% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 199 (78.12% from 255 or 57.18% from 348); Max value from RGB is 199 - color contains mainly: blue. Hex color #187DC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #187DC7 is #E78238. Grayscale: #666666. Windows color (decimal): -15172153 or 13073688. OLE color: 13073688.
HSL color Cylindrical-coordinate representation of color #187DC7: hue angle of 205.37º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #187DC7 is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 125 | 199 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.22 |
| HSL | 205.37º | 0.78% | 0.44% | - |
| HSV(B) | 205.37º | 0.88% | 0.78% | - |
| XYZ | 18.02 | 18.98 | 56.75 | - |
| YUV | 103.24 | 182.04 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 125 | 199 | 0.88 | 0.37 | 0 | 0.22 | 205.37 | 0.78 | 0.44 |
| Hex | 18 | 7D | C7 | 58 | 25 | 0 | 16 | CD | 4E | 2C |
| Octal | 30 | 175 | 307 | 130 | 45 | 0 | 26 | 315 | 116 | 54 |
| Binary | 11000 | 1111101 | 11000111 | 1011000 | 100101 | 0 | 10110 | 11001101 | 1001110 | 101100 |
Color Harmonies of #187DC7
Complementary color
Monochromatic Colors of #187DC7
Black with #187DC7
Text Example
Text Example
White with #187DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187DC7; }
p { color: rgb(24,125,199); }
H1.HeaderClassName
{
color: #187DC7;
}
.AnyTagClassName
{
color: #187DC7;
}
</style>
background-color css
<style>
a { background-color: #187DC7; }
a { background-color: rgb(24,125,199); }
div.DivClassName
{
background-color: #187DC7;
}
.BgClassName
{
background-color: #187DC7;
}
</style>
border-color css
<style>
span { border-color: #187DC7; }
span { border-color: rgb(24,125,199); }
td.TdClassName
{
border-color: #187DC7;
}
.TagClassName
{
border-color: #187DC7;
}
</style>