Shades of Denim #1263A5
Tints of Denim #1263A5
RGB
CMYK
RGB Variations
Color information
#1263A5 (or 0x1263A5) is known color: Denim. HEX triplet: 12, 63 and A5. RGB value is (18,99,165). Sum of RGB (Red+Green+Blue) = 18+99+165=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 165 (64.84% from 255 or 58.51% from 282); Max value from RGB is 165 - color contains mainly: blue. Hex color #1263A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1263A5 is #ED9C5A. Grayscale: #515151. Windows color (decimal): -15572059 or 10838802. OLE color: 10838802.
HSL color Cylindrical-coordinate representation of color #1263A5: hue angle of 206.94º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1263A5 is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 18 | 99 | 165 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.35 |
| HSL | 206.94º | 0.8% | 0.36% | - |
| HSV(B) | 206.94º | 0.89% | 0.65% | - |
| XYZ | 11.5 | 11.77 | 37.26 | - |
| YUV | 82.31 | 174.66 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 99 | 165 | 0.89 | 0.40 | 0 | 0.35 | 206.94 | 0.8 | 0.36 |
| Hex | 12 | 63 | A5 | 59 | 28 | 0 | 23 | CF | 50 | 24 |
| Octal | 22 | 143 | 245 | 131 | 50 | 0 | 43 | 317 | 120 | 44 |
| Binary | 10010 | 1100011 | 10100101 | 1011001 | 101000 | 0 | 100011 | 11001111 | 1010000 | 100100 |
Color Harmonies of #1263A5
Complementary color
Monochromatic Colors of #1263A5
Black with #1263A5
Text Example
Text Example
White with #1263A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1263A5; }
p { color: rgb(18,99,165); }
H1.HeaderClassName
{
color: #1263A5;
}
.AnyTagClassName
{
color: #1263A5;
}
</style>
background-color css
<style>
a { background-color: #1263A5; }
a { background-color: rgb(18,99,165); }
div.DivClassName
{
background-color: #1263A5;
}
.BgClassName
{
background-color: #1263A5;
}
</style>
border-color css
<style>
span { border-color: #1263A5; }
span { border-color: rgb(18,99,165); }
td.TdClassName
{
border-color: #1263A5;
}
.TagClassName
{
border-color: #1263A5;
}
</style>