Shades of Denim #1970CF
Tints of Denim #1970CF
RGB
CMYK
RGB Variations
Color information
#1970CF (or 0x1970CF) is known color: Denim. HEX triplet: 19, 70 and CF. RGB value is (25,112,207). Sum of RGB (Red+Green+Blue) = 25+112+207=344 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.27% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #1970CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1970CF is #E68F30. Grayscale: #606060. Windows color (decimal): -15109937 or 13594649. OLE color: 13594649.
HSL color Cylindrical-coordinate representation of color #1970CF: hue angle of 211.32º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1970CF is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 112 | 207 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.19 |
| HSL | 211.32º | 0.78% | 0.45% | - |
| HSV(B) | 211.32º | 0.88% | 0.81% | - |
| XYZ | 17.46 | 16.3 | 61.26 | - |
| YUV | 96.82 | 190.18 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 112 | 207 | 0.88 | 0.46 | 0 | 0.19 | 211.32 | 0.78 | 0.45 |
| Hex | 19 | 70 | CF | 58 | 2E | 0 | 13 | D3 | 4E | 2D |
| Octal | 31 | 160 | 317 | 130 | 56 | 0 | 23 | 323 | 116 | 55 |
| Binary | 11001 | 1110000 | 11001111 | 1011000 | 101110 | 0 | 10011 | 11010011 | 1001110 | 101101 |
Color Harmonies of #1970CF
Complementary color
Monochromatic Colors of #1970CF
Black with #1970CF
Text Example
Text Example
White with #1970CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1970CF; }
p { color: rgb(25,112,207); }
H1.HeaderClassName
{
color: #1970CF;
}
.AnyTagClassName
{
color: #1970CF;
}
</style>
background-color css
<style>
a { background-color: #1970CF; }
a { background-color: rgb(25,112,207); }
div.DivClassName
{
background-color: #1970CF;
}
.BgClassName
{
background-color: #1970CF;
}
</style>
border-color css
<style>
span { border-color: #1970CF; }
span { border-color: rgb(25,112,207); }
td.TdClassName
{
border-color: #1970CF;
}
.TagClassName
{
border-color: #1970CF;
}
</style>