Shades of Denim #1977CC
Tints of Denim #1977CC
RGB
CMYK
RGB Variations
Color information
#1977CC (or 0x1977CC) is known color: Denim. HEX triplet: 19, 77 and CC. RGB value is (25,119,204). Sum of RGB (Red+Green+Blue) = 25+119+204=348 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.18% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #1977CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1977CC is #E68833. Grayscale: #646464. Windows color (decimal): -15108148 or 13399833. OLE color: 13399833.
HSL color Cylindrical-coordinate representation of color #1977CC: hue angle of 208.49º 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 #1977CC is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 119 | 204 | - |
| CMYK | 0.88 | 0.42 | 0 | 0.2 |
| HSL | 208.49º | 0.78% | 0.45% | - |
| HSV(B) | 208.49º | 0.88% | 0.8% | - |
| XYZ | 17.9 | 17.76 | 59.61 | - |
| YUV | 100.58 | 186.36 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 119 | 204 | 0.88 | 0.42 | 0 | 0.2 | 208.49 | 0.78 | 0.45 |
| Hex | 19 | 77 | CC | 58 | 2A | 0 | 14 | D0 | 4E | 2D |
| Octal | 31 | 167 | 314 | 130 | 52 | 0 | 24 | 320 | 116 | 55 |
| Binary | 11001 | 1110111 | 11001100 | 1011000 | 101010 | 0 | 10100 | 11010000 | 1001110 | 101101 |
Color Harmonies of #1977CC
Complementary color
Monochromatic Colors of #1977CC
Black with #1977CC
Text Example
Text Example
White with #1977CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1977CC; }
p { color: rgb(25,119,204); }
H1.HeaderClassName
{
color: #1977CC;
}
.AnyTagClassName
{
color: #1977CC;
}
</style>
background-color css
<style>
a { background-color: #1977CC; }
a { background-color: rgb(25,119,204); }
div.DivClassName
{
background-color: #1977CC;
}
.BgClassName
{
background-color: #1977CC;
}
</style>
border-color css
<style>
span { border-color: #1977CC; }
span { border-color: rgb(25,119,204); }
td.TdClassName
{
border-color: #1977CC;
}
.TagClassName
{
border-color: #1977CC;
}
</style>