Shades of Denim #1569C4
Tints of Denim #1569C4
RGB
CMYK
RGB Variations
Color information
#1569C4 (or 0x1569C4) is known color: Denim. HEX triplet: 15, 69 and C4. RGB value is (21,105,196). Sum of RGB (Red+Green+Blue) = 21+105+196=322 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.52% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 196 (76.95% from 255 or 60.87% from 322); Max value from RGB is 196 - color contains mainly: blue. Hex color #1569C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1569C4 is #EA963B. Grayscale: #595959. Windows color (decimal): -15373884 or 12871957. OLE color: 12871957.
HSL color Cylindrical-coordinate representation of color #1569C4: hue angle of 211.2º 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 #1569C4 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 21 | 105 | 196 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.23 |
| HSL | 211.2º | 0.81% | 0.43% | - |
| HSV(B) | 211.2º | 0.89% | 0.77% | - |
| XYZ | 15.32 | 14.25 | 54.17 | - |
| YUV | 90.26 | 187.67 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 105 | 196 | 0.89 | 0.46 | 0 | 0.23 | 211.2 | 0.81 | 0.43 |
| Hex | 15 | 69 | C4 | 59 | 2E | 0 | 17 | D3 | 51 | 2B |
| Octal | 25 | 151 | 304 | 131 | 56 | 0 | 27 | 323 | 121 | 53 |
| Binary | 10101 | 1101001 | 11000100 | 1011001 | 101110 | 0 | 10111 | 11010011 | 1010001 | 101011 |
Color Harmonies of #1569C4
Complementary color
Monochromatic Colors of #1569C4
Black with #1569C4
Text Example
Text Example
White with #1569C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1569C4; }
p { color: rgb(21,105,196); }
H1.HeaderClassName
{
color: #1569C4;
}
.AnyTagClassName
{
color: #1569C4;
}
</style>
background-color css
<style>
a { background-color: #1569C4; }
a { background-color: rgb(21,105,196); }
div.DivClassName
{
background-color: #1569C4;
}
.BgClassName
{
background-color: #1569C4;
}
</style>
border-color css
<style>
span { border-color: #1569C4; }
span { border-color: rgb(21,105,196); }
td.TdClassName
{
border-color: #1569C4;
}
.TagClassName
{
border-color: #1569C4;
}
</style>