Shades of Denim #1975CB
Tints of Denim #1975CB
RGB
CMYK
RGB Variations
Color information
#1975CB (or 0x1975CB) is known color: Denim. HEX triplet: 19, 75 and CB. RGB value is (25,117,203). Sum of RGB (Red+Green+Blue) = 25+117+203=345 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.25% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #1975CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1975CB is #E68A34. Grayscale: #626262. Windows color (decimal): -15108661 or 13333785. OLE color: 13333785.
HSL color Cylindrical-coordinate representation of color #1975CB: hue angle of 208.99º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1975CB is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 117 | 203 | - |
| CMYK | 0.88 | 0.42 | 0 | 0.20 |
| HSL | 208.99º | 0.78% | 0.45% | - |
| HSV(B) | 208.99º | 0.88% | 0.8% | - |
| XYZ | 17.54 | 17.24 | 58.9 | - |
| YUV | 99.3 | 186.52 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 203 | 0.88 | 0.42 | 0 | 0.20 | 208.99 | 0.78 | 0.45 |
| Hex | 19 | 75 | CB | 58 | 2A | 0 | 14 | D1 | 4E | 2D |
| Octal | 31 | 165 | 313 | 130 | 52 | 0 | 24 | 321 | 116 | 55 |
| Binary | 11001 | 1110101 | 11001011 | 1011000 | 101010 | 0 | 10100 | 11010001 | 1001110 | 101101 |
Color Harmonies of #1975CB
Complementary color
Monochromatic Colors of #1975CB
Black with #1975CB
Text Example
Text Example
White with #1975CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1975CB; }
p { color: rgb(25,117,203); }
H1.HeaderClassName
{
color: #1975CB;
}
.AnyTagClassName
{
color: #1975CB;
}
</style>
background-color css
<style>
a { background-color: #1975CB; }
a { background-color: rgb(25,117,203); }
div.DivClassName
{
background-color: #1975CB;
}
.BgClassName
{
background-color: #1975CB;
}
</style>
border-color css
<style>
span { border-color: #1975CB; }
span { border-color: rgb(25,117,203); }
td.TdClassName
{
border-color: #1975CB;
}
.TagClassName
{
border-color: #1975CB;
}
</style>