Shades of Denim #1A61C6
Tints of Denim #1A61C6
RGB
CMYK
RGB Variations
Color information
#1A61C6 (or 0x1A61C6) is known color: Denim. HEX triplet: 1A, 61 and C6. RGB value is (26,97,198). Sum of RGB (Red+Green+Blue) = 26+97+198=321 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.10% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 198 (77.73% from 255 or 61.68% from 321); Max value from RGB is 198 - color contains mainly: blue. Hex color #1A61C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A61C6 is #E59E39. Grayscale: #565656. Windows color (decimal): -15048250 or 13000986. OLE color: 13000986.
HSL color Cylindrical-coordinate representation of color #1A61C6: hue angle of 215.23º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A61C6 is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 26 | 97 | 198 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.22 |
| HSL | 215.23º | 0.77% | 0.44% | - |
| HSV(B) | 215.23º | 0.87% | 0.78% | - |
| XYZ | 14.89 | 12.85 | 55.12 | - |
| YUV | 87.29 | 190.48 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 97 | 198 | 0.87 | 0.51 | 0 | 0.22 | 215.23 | 0.77 | 0.44 |
| Hex | 1A | 61 | C6 | 57 | 33 | 0 | 16 | D7 | 4D | 2C |
| Octal | 32 | 141 | 306 | 127 | 63 | 0 | 26 | 327 | 115 | 54 |
| Binary | 11010 | 1100001 | 11000110 | 1010111 | 110011 | 0 | 10110 | 11010111 | 1001101 | 101100 |
Color Harmonies of #1A61C6
Complementary color
Monochromatic Colors of #1A61C6
Black with #1A61C6
Text Example
Text Example
White with #1A61C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A61C6; }
p { color: rgb(26,97,198); }
H1.HeaderClassName
{
color: #1A61C6;
}
.AnyTagClassName
{
color: #1A61C6;
}
</style>
background-color css
<style>
a { background-color: #1A61C6; }
a { background-color: rgb(26,97,198); }
div.DivClassName
{
background-color: #1A61C6;
}
.BgClassName
{
background-color: #1A61C6;
}
</style>
border-color css
<style>
span { border-color: #1A61C6; }
span { border-color: rgb(26,97,198); }
td.TdClassName
{
border-color: #1A61C6;
}
.TagClassName
{
border-color: #1A61C6;
}
</style>