Shades of Denim #1262A0
Tints of Denim #1262A0
RGB
CMYK
RGB Variations
Color information
#1262A0 (or 0x1262A0) is known color: Denim. HEX triplet: 12, 62 and A0. RGB value is (18,98,160). Sum of RGB (Red+Green+Blue) = 18+98+160=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 160 (62.89% from 255 or 57.97% from 276); Max value from RGB is 160 - color contains mainly: blue. Hex color #1262A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1262A0 is #ED9D5F. Grayscale: #505050. Windows color (decimal): -15572320 or 10510866. OLE color: 10510866.
HSL color Cylindrical-coordinate representation of color #1262A0: hue angle of 206.2º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1262A0 is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 98 | 160 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.37 |
| HSL | 206.2º | 0.8% | 0.35% | - |
| HSV(B) | 206.2º | 0.89% | 0.63% | - |
| XYZ | 10.96 | 11.4 | 34.88 | - |
| YUV | 81.15 | 172.5 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 98 | 160 | 0.89 | 0.39 | 0 | 0.37 | 206.2 | 0.8 | 0.35 |
| Hex | 12 | 62 | A0 | 59 | 27 | 0 | 25 | CE | 50 | 23 |
| Octal | 22 | 142 | 240 | 131 | 47 | 0 | 45 | 316 | 120 | 43 |
| Binary | 10010 | 1100010 | 10100000 | 1011001 | 100111 | 0 | 100101 | 11001110 | 1010000 | 100011 |
Color Harmonies of #1262A0
Complementary color
Monochromatic Colors of #1262A0
Black with #1262A0
Text Example
Text Example
White with #1262A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1262A0; }
p { color: rgb(18,98,160); }
H1.HeaderClassName
{
color: #1262A0;
}
.AnyTagClassName
{
color: #1262A0;
}
</style>
background-color css
<style>
a { background-color: #1262A0; }
a { background-color: rgb(18,98,160); }
div.DivClassName
{
background-color: #1262A0;
}
.BgClassName
{
background-color: #1262A0;
}
</style>
border-color css
<style>
span { border-color: #1262A0; }
span { border-color: rgb(18,98,160); }
td.TdClassName
{
border-color: #1262A0;
}
.TagClassName
{
border-color: #1262A0;
}
</style>