Shades of Denim #1257AF
Tints of Denim #1257AF
RGB
CMYK
RGB Variations
Color information
#1257AF (or 0x1257AF) is known color: Denim. HEX triplet: 12, 57 and AF. RGB value is (18,87,175). Sum of RGB (Red+Green+Blue) = 18+87+175=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 175 (68.75% from 255 or 62.5% from 280); Max value from RGB is 175 - color contains mainly: blue. Hex color #1257AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1257AF is #EDA850. Grayscale: #4B4B4B. Windows color (decimal): -15575121 or 11491090. OLE color: 11491090.
HSL color Cylindrical-coordinate representation of color #1257AF: hue angle of 213.63º 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 #1257AF is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 87 | 175 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.31 |
| HSL | 213.63º | 0.81% | 0.38% | - |
| HSV(B) | 213.63º | 0.9% | 0.69% | - |
| XYZ | 11.4 | 10.04 | 41.89 | - |
| YUV | 76.4 | 183.64 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 87 | 175 | 0.90 | 0.50 | 0 | 0.31 | 213.63 | 0.81 | 0.38 |
| Hex | 12 | 57 | AF | 5A | 32 | 0 | 1F | D6 | 51 | 26 |
| Octal | 22 | 127 | 257 | 132 | 62 | 0 | 37 | 326 | 121 | 46 |
| Binary | 10010 | 1010111 | 10101111 | 1011010 | 110010 | 0 | 11111 | 11010110 | 1010001 | 100110 |
Color Harmonies of #1257AF
Complementary color
Monochromatic Colors of #1257AF
Black with #1257AF
Text Example
Text Example
White with #1257AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1257AF; }
p { color: rgb(18,87,175); }
H1.HeaderClassName
{
color: #1257AF;
}
.AnyTagClassName
{
color: #1257AF;
}
</style>
background-color css
<style>
a { background-color: #1257AF; }
a { background-color: rgb(18,87,175); }
div.DivClassName
{
background-color: #1257AF;
}
.BgClassName
{
background-color: #1257AF;
}
</style>
border-color css
<style>
span { border-color: #1257AF; }
span { border-color: rgb(18,87,175); }
td.TdClassName
{
border-color: #1257AF;
}
.TagClassName
{
border-color: #1257AF;
}
</style>