Shades of Denim #1259AF
Tints of Denim #1259AF
RGB
CMYK
RGB Variations
Color information
#1259AF (or 0x1259AF) is known color: Denim. HEX triplet: 12, 59 and AF. RGB value is (18,89,175). Sum of RGB (Red+Green+Blue) = 18+89+175=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 175 (68.75% from 255 or 62.06% from 282); Max value from RGB is 175 - color contains mainly: blue. Hex color #1259AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1259AF is #EDA650. Grayscale: #4D4D4D. Windows color (decimal): -15574609 or 11491602. OLE color: 11491602.
HSL color Cylindrical-coordinate representation of color #1259AF: hue angle of 212.87º 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 #1259AF is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 89 | 175 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.31 |
| HSL | 212.87º | 0.81% | 0.38% | - |
| HSV(B) | 212.87º | 0.9% | 0.69% | - |
| XYZ | 11.56 | 10.37 | 41.95 | - |
| YUV | 77.58 | 182.98 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 89 | 175 | 0.90 | 0.49 | 0 | 0.31 | 212.87 | 0.81 | 0.38 |
| Hex | 12 | 59 | AF | 5A | 31 | 0 | 1F | D5 | 51 | 26 |
| Octal | 22 | 131 | 257 | 132 | 61 | 0 | 37 | 325 | 121 | 46 |
| Binary | 10010 | 1011001 | 10101111 | 1011010 | 110001 | 0 | 11111 | 11010101 | 1010001 | 100110 |
Color Harmonies of #1259AF
Complementary color
Monochromatic Colors of #1259AF
Black with #1259AF
Text Example
Text Example
White with #1259AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1259AF; }
p { color: rgb(18,89,175); }
H1.HeaderClassName
{
color: #1259AF;
}
.AnyTagClassName
{
color: #1259AF;
}
</style>
background-color css
<style>
a { background-color: #1259AF; }
a { background-color: rgb(18,89,175); }
div.DivClassName
{
background-color: #1259AF;
}
.BgClassName
{
background-color: #1259AF;
}
</style>
border-color css
<style>
span { border-color: #1259AF; }
span { border-color: rgb(18,89,175); }
td.TdClassName
{
border-color: #1259AF;
}
.TagClassName
{
border-color: #1259AF;
}
</style>