Shades of Denim #1260CB
Tints of Denim #1260CB
RGB
CMYK
RGB Variations
Color information
#1260CB (or 0x1260CB) is known color: Denim. HEX triplet: 12, 60 and CB. RGB value is (18,96,203). Sum of RGB (Red+Green+Blue) = 18+96+203=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 203 (79.69% from 255 or 64.04% from 317); Max value from RGB is 203 - color contains mainly: blue. Hex color #1260CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1260CB is #ED9F34. Grayscale: #545454. Windows color (decimal): -15572789 or 13328402. OLE color: 13328402.
HSL color Cylindrical-coordinate representation of color #1260CB: hue angle of 214.7º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1260CB is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 96 | 203 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.20 |
| HSL | 214.7º | 0.84% | 0.43% | - |
| HSV(B) | 214.7º | 0.91% | 0.8% | - |
| XYZ | 15.21 | 12.81 | 58.17 | - |
| YUV | 84.88 | 194.66 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 96 | 203 | 0.91 | 0.53 | 0 | 0.20 | 214.7 | 0.84 | 0.43 |
| Hex | 12 | 60 | CB | 5B | 35 | 0 | 14 | D7 | 54 | 2B |
| Octal | 22 | 140 | 313 | 133 | 65 | 0 | 24 | 327 | 124 | 53 |
| Binary | 10010 | 1100000 | 11001011 | 1011011 | 110101 | 0 | 10100 | 11010111 | 1010100 | 101011 |
Color Harmonies of #1260CB
Complementary color
Monochromatic Colors of #1260CB
Black with #1260CB
Text Example
Text Example
White with #1260CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1260CB; }
p { color: rgb(18,96,203); }
H1.HeaderClassName
{
color: #1260CB;
}
.AnyTagClassName
{
color: #1260CB;
}
</style>
background-color css
<style>
a { background-color: #1260CB; }
a { background-color: rgb(18,96,203); }
div.DivClassName
{
background-color: #1260CB;
}
.BgClassName
{
background-color: #1260CB;
}
</style>
border-color css
<style>
span { border-color: #1260CB; }
span { border-color: rgb(18,96,203); }
td.TdClassName
{
border-color: #1260CB;
}
.TagClassName
{
border-color: #1260CB;
}
</style>