Shades of Denim #1973B9
Tints of Denim #1973B9
RGB
CMYK
RGB Variations
Color information
#1973B9 (or 0x1973B9) is known color: Denim. HEX triplet: 19, 73 and B9. RGB value is (25,115,185). Sum of RGB (Red+Green+Blue) = 25+115+185=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 185 (72.66% from 255 or 56.92% from 325); Max value from RGB is 185 - color contains mainly: blue. Hex color #1973B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1973B9 is #E68C46. Grayscale: #5F5F5F. Windows color (decimal): -15109191 or 12153625. OLE color: 12153625.
HSL color Cylindrical-coordinate representation of color #1973B9: hue angle of 206.25º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1973B9 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 115 | 185 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.27 |
| HSL | 206.25º | 0.76% | 0.41% | - |
| HSV(B) | 206.25º | 0.86% | 0.73% | - |
| XYZ | 15.29 | 15.97 | 48.18 | - |
| YUV | 96.07 | 178.18 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 185 | 0.86 | 0.38 | 0 | 0.27 | 206.25 | 0.76 | 0.41 |
| Hex | 19 | 73 | B9 | 56 | 26 | 0 | 1B | CE | 4C | 29 |
| Octal | 31 | 163 | 271 | 126 | 46 | 0 | 33 | 316 | 114 | 51 |
| Binary | 11001 | 1110011 | 10111001 | 1010110 | 100110 | 0 | 11011 | 11001110 | 1001100 | 101001 |
Color Harmonies of #1973B9
Complementary color
Monochromatic Colors of #1973B9
Black with #1973B9
Text Example
Text Example
White with #1973B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1973B9; }
p { color: rgb(25,115,185); }
H1.HeaderClassName
{
color: #1973B9;
}
.AnyTagClassName
{
color: #1973B9;
}
</style>
background-color css
<style>
a { background-color: #1973B9; }
a { background-color: rgb(25,115,185); }
div.DivClassName
{
background-color: #1973B9;
}
.BgClassName
{
background-color: #1973B9;
}
</style>
border-color css
<style>
span { border-color: #1973B9; }
span { border-color: rgb(25,115,185); }
td.TdClassName
{
border-color: #1973B9;
}
.TagClassName
{
border-color: #1973B9;
}
</style>