Shades of Denim #1260C1
Tints of Denim #1260C1
RGB
CMYK
RGB Variations
Color information
#1260C1 (or 0x1260C1) is known color: Denim. HEX triplet: 12, 60 and C1. RGB value is (18,96,193). Sum of RGB (Red+Green+Blue) = 18+96+193=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 193 (75.78% from 255 or 62.87% from 307); Max value from RGB is 193 - color contains mainly: blue. Hex color #1260C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1260C1 is #ED9F3E. Grayscale: #535353. Windows color (decimal): -15572799 or 12673042. OLE color: 12673042.
HSL color Cylindrical-coordinate representation of color #1260C1: hue angle of 213.26º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1260C1 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 96 | 193 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.24 |
| HSL | 213.26º | 0.83% | 0.41% | - |
| HSV(B) | 213.26º | 0.91% | 0.76% | - |
| XYZ | 14.06 | 12.34 | 52.09 | - |
| YUV | 83.74 | 189.66 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 96 | 193 | 0.91 | 0.50 | 0 | 0.24 | 213.26 | 0.83 | 0.41 |
| Hex | 12 | 60 | C1 | 5B | 32 | 0 | 18 | D5 | 53 | 29 |
| Octal | 22 | 140 | 301 | 133 | 62 | 0 | 30 | 325 | 123 | 51 |
| Binary | 10010 | 1100000 | 11000001 | 1011011 | 110010 | 0 | 11000 | 11010101 | 1010011 | 101001 |
Color Harmonies of #1260C1
Complementary color
Monochromatic Colors of #1260C1
Black with #1260C1
Text Example
Text Example
White with #1260C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1260C1; }
p { color: rgb(18,96,193); }
H1.HeaderClassName
{
color: #1260C1;
}
.AnyTagClassName
{
color: #1260C1;
}
</style>
background-color css
<style>
a { background-color: #1260C1; }
a { background-color: rgb(18,96,193); }
div.DivClassName
{
background-color: #1260C1;
}
.BgClassName
{
background-color: #1260C1;
}
</style>
border-color css
<style>
span { border-color: #1260C1; }
span { border-color: rgb(18,96,193); }
td.TdClassName
{
border-color: #1260C1;
}
.TagClassName
{
border-color: #1260C1;
}
</style>