Shades of Denim #1977CB
Tints of Denim #1977CB
RGB
CMYK
RGB Variations
Color information
#1977CB (or 0x1977CB) is known color: Denim. HEX triplet: 19, 77 and CB. RGB value is (25,119,203). Sum of RGB (Red+Green+Blue) = 25+119+203=347 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.20% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #1977CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1977CB is #E68834. Grayscale: #646464. Windows color (decimal): -15108149 or 13334297. OLE color: 13334297.
HSL color Cylindrical-coordinate representation of color #1977CB: hue angle of 208.31º 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 #1977CB is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 119 | 203 | - |
| CMYK | 0.88 | 0.41 | 0 | 0.20 |
| HSL | 208.31º | 0.78% | 0.45% | - |
| HSV(B) | 208.31º | 0.88% | 0.8% | - |
| XYZ | 17.78 | 17.71 | 58.98 | - |
| YUV | 100.47 | 185.86 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 119 | 203 | 0.88 | 0.41 | 0 | 0.20 | 208.31 | 0.78 | 0.45 |
| Hex | 19 | 77 | CB | 58 | 29 | 0 | 14 | D0 | 4E | 2D |
| Octal | 31 | 167 | 313 | 130 | 51 | 0 | 24 | 320 | 116 | 55 |
| Binary | 11001 | 1110111 | 11001011 | 1011000 | 101001 | 0 | 10100 | 11010000 | 1001110 | 101101 |
Color Harmonies of #1977CB
Complementary color
Monochromatic Colors of #1977CB
Black with #1977CB
Text Example
Text Example
White with #1977CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1977CB; }
p { color: rgb(25,119,203); }
H1.HeaderClassName
{
color: #1977CB;
}
.AnyTagClassName
{
color: #1977CB;
}
</style>
background-color css
<style>
a { background-color: #1977CB; }
a { background-color: rgb(25,119,203); }
div.DivClassName
{
background-color: #1977CB;
}
.BgClassName
{
background-color: #1977CB;
}
</style>
border-color css
<style>
span { border-color: #1977CB; }
span { border-color: rgb(25,119,203); }
td.TdClassName
{
border-color: #1977CB;
}
.TagClassName
{
border-color: #1977CB;
}
</style>