Shades of Denim #1977CF
Tints of Denim #1977CF
RGB
CMYK
RGB Variations
Color information
#1977CF (or 0x1977CF) is known color: Denim. HEX triplet: 19, 77 and CF. RGB value is (25,119,207). Sum of RGB (Red+Green+Blue) = 25+119+207=351 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.12% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #1977CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1977CF is #E68830. Grayscale: #646464. Windows color (decimal): -15108145 or 13596441. OLE color: 13596441.
HSL color Cylindrical-coordinate representation of color #1977CF: hue angle of 209.01º 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 #1977CF is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 119 | 207 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.19 |
| HSL | 209.01º | 0.78% | 0.45% | - |
| HSV(B) | 209.01º | 0.88% | 0.81% | - |
| XYZ | 18.26 | 17.91 | 61.53 | - |
| YUV | 100.93 | 187.86 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 119 | 207 | 0.88 | 0.43 | 0 | 0.19 | 209.01 | 0.78 | 0.45 |
| Hex | 19 | 77 | CF | 58 | 2B | 0 | 13 | D1 | 4E | 2D |
| Octal | 31 | 167 | 317 | 130 | 53 | 0 | 23 | 321 | 116 | 55 |
| Binary | 11001 | 1110111 | 11001111 | 1011000 | 101011 | 0 | 10011 | 11010001 | 1001110 | 101101 |
Color Harmonies of #1977CF
Complementary color
Monochromatic Colors of #1977CF
Black with #1977CF
Text Example
Text Example
White with #1977CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1977CF; }
p { color: rgb(25,119,207); }
H1.HeaderClassName
{
color: #1977CF;
}
.AnyTagClassName
{
color: #1977CF;
}
</style>
background-color css
<style>
a { background-color: #1977CF; }
a { background-color: rgb(25,119,207); }
div.DivClassName
{
background-color: #1977CF;
}
.BgClassName
{
background-color: #1977CF;
}
</style>
border-color css
<style>
span { border-color: #1977CF; }
span { border-color: rgb(25,119,207); }
td.TdClassName
{
border-color: #1977CF;
}
.TagClassName
{
border-color: #1977CF;
}
</style>