Shades of Denim #1574C5
Tints of Denim #1574C5
RGB
CMYK
RGB Variations
Color information
#1574C5 (or 0x1574C5) is known color: Denim. HEX triplet: 15, 74 and C5. RGB value is (21,116,197). Sum of RGB (Red+Green+Blue) = 21+116+197=334 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.29% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 197 (77.34% from 255 or 58.98% from 334); Max value from RGB is 197 - color contains mainly: blue. Hex color #1574C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1574C5 is #EA8B3A. Grayscale: #606060. Windows color (decimal): -15371067 or 12940309. OLE color: 12940309.
HSL color Cylindrical-coordinate representation of color #1574C5: hue angle of 207.61º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1574C5 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 21 | 116 | 197 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.23 |
| HSL | 207.61º | 0.81% | 0.43% | - |
| HSV(B) | 207.61º | 0.89% | 0.77% | - |
| XYZ | 16.63 | 16.68 | 55.17 | - |
| YUV | 96.83 | 184.53 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 116 | 197 | 0.89 | 0.41 | 0 | 0.23 | 207.61 | 0.81 | 0.43 |
| Hex | 15 | 74 | C5 | 59 | 29 | 0 | 17 | D0 | 51 | 2B |
| Octal | 25 | 164 | 305 | 131 | 51 | 0 | 27 | 320 | 121 | 53 |
| Binary | 10101 | 1110100 | 11000101 | 1011001 | 101001 | 0 | 10111 | 11010000 | 1010001 | 101011 |
Color Harmonies of #1574C5
Complementary color
Monochromatic Colors of #1574C5
Black with #1574C5
Text Example
Text Example
White with #1574C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1574C5; }
p { color: rgb(21,116,197); }
H1.HeaderClassName
{
color: #1574C5;
}
.AnyTagClassName
{
color: #1574C5;
}
</style>
background-color css
<style>
a { background-color: #1574C5; }
a { background-color: rgb(21,116,197); }
div.DivClassName
{
background-color: #1574C5;
}
.BgClassName
{
background-color: #1574C5;
}
</style>
border-color css
<style>
span { border-color: #1574C5; }
span { border-color: rgb(21,116,197); }
td.TdClassName
{
border-color: #1574C5;
}
.TagClassName
{
border-color: #1574C5;
}
</style>