Shades of Denim #1977CA
Tints of Denim #1977CA
RGB
CMYK
RGB Variations
Color information
#1977CA (or 0x1977CA) is known color: Denim. HEX triplet: 19, 77 and CA. RGB value is (25,119,202). Sum of RGB (Red+Green+Blue) = 25+119+202=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #1977CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1977CA is #E68835. Grayscale: #636363. Windows color (decimal): -15108150 or 13268761. OLE color: 13268761.
HSL color Cylindrical-coordinate representation of color #1977CA: hue angle of 208.14º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1977CA is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 119 | 202 | - |
| CMYK | 0.88 | 0.41 | 0 | 0.21 |
| HSL | 208.14º | 0.78% | 0.45% | - |
| HSV(B) | 208.14º | 0.88% | 0.79% | - |
| XYZ | 17.66 | 17.66 | 58.36 | - |
| YUV | 100.36 | 185.36 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 119 | 202 | 0.88 | 0.41 | 0 | 0.21 | 208.14 | 0.78 | 0.45 |
| Hex | 19 | 77 | CA | 58 | 29 | 0 | 15 | D0 | 4E | 2D |
| Octal | 31 | 167 | 312 | 130 | 51 | 0 | 25 | 320 | 116 | 55 |
| Binary | 11001 | 1110111 | 11001010 | 1011000 | 101001 | 0 | 10101 | 11010000 | 1001110 | 101101 |
Color Harmonies of #1977CA
Complementary color
Monochromatic Colors of #1977CA
Black with #1977CA
Text Example
Text Example
White with #1977CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1977CA; }
p { color: rgb(25,119,202); }
H1.HeaderClassName
{
color: #1977CA;
}
.AnyTagClassName
{
color: #1977CA;
}
</style>
background-color css
<style>
a { background-color: #1977CA; }
a { background-color: rgb(25,119,202); }
div.DivClassName
{
background-color: #1977CA;
}
.BgClassName
{
background-color: #1977CA;
}
</style>
border-color css
<style>
span { border-color: #1977CA; }
span { border-color: rgb(25,119,202); }
td.TdClassName
{
border-color: #1977CA;
}
.TagClassName
{
border-color: #1977CA;
}
</style>