Shades of Denim #1261AF
Tints of Denim #1261AF
RGB
CMYK
RGB Variations
Color information
#1261AF (or 0x1261AF) is known color: Denim. HEX triplet: 12, 61 and AF. RGB value is (18,97,175). Sum of RGB (Red+Green+Blue) = 18+97+175=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #1261AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1261AF is #ED9E50. Grayscale: #515151. Windows color (decimal): -15572561 or 11493650. OLE color: 11493650.
HSL color Cylindrical-coordinate representation of color #1261AF: hue angle of 209.81º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1261AF is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 97 | 175 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.31 |
| HSL | 209.81º | 0.81% | 0.38% | - |
| HSV(B) | 209.81º | 0.9% | 0.69% | - |
| XYZ | 12.26 | 11.77 | 42.18 | - |
| YUV | 82.27 | 180.33 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 97 | 175 | 0.90 | 0.45 | 0 | 0.31 | 209.81 | 0.81 | 0.38 |
| Hex | 12 | 61 | AF | 5A | 2D | 0 | 1F | D2 | 51 | 26 |
| Octal | 22 | 141 | 257 | 132 | 55 | 0 | 37 | 322 | 121 | 46 |
| Binary | 10010 | 1100001 | 10101111 | 1011010 | 101101 | 0 | 11111 | 11010010 | 1010001 | 100110 |
Color Harmonies of #1261AF
Complementary color
Monochromatic Colors of #1261AF
Black with #1261AF
Text Example
Text Example
White with #1261AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1261AF; }
p { color: rgb(18,97,175); }
H1.HeaderClassName
{
color: #1261AF;
}
.AnyTagClassName
{
color: #1261AF;
}
</style>
background-color css
<style>
a { background-color: #1261AF; }
a { background-color: rgb(18,97,175); }
div.DivClassName
{
background-color: #1261AF;
}
.BgClassName
{
background-color: #1261AF;
}
</style>
border-color css
<style>
span { border-color: #1261AF; }
span { border-color: rgb(18,97,175); }
td.TdClassName
{
border-color: #1261AF;
}
.TagClassName
{
border-color: #1261AF;
}
</style>