Shades of Denim #1257AB
Tints of Denim #1257AB
RGB
CMYK
RGB Variations
Color information
#1257AB (or 0x1257AB) is known color: Denim. HEX triplet: 12, 57 and AB. RGB value is (18,87,171). Sum of RGB (Red+Green+Blue) = 18+87+171=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #1257AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1257AB is #EDA854. Grayscale: #4B4B4B. Windows color (decimal): -15575125 or 11228946. OLE color: 11228946.
HSL color Cylindrical-coordinate representation of color #1257AB: hue angle of 212.94º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1257AB is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 87 | 171 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.33 |
| HSL | 212.94º | 0.81% | 0.37% | - |
| HSV(B) | 212.94º | 0.89% | 0.67% | - |
| XYZ | 11.01 | 9.89 | 39.86 | - |
| YUV | 75.95 | 181.64 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 87 | 171 | 0.89 | 0.49 | 0 | 0.33 | 212.94 | 0.81 | 0.37 |
| Hex | 12 | 57 | AB | 59 | 31 | 0 | 21 | D5 | 51 | 25 |
| Octal | 22 | 127 | 253 | 131 | 61 | 0 | 41 | 325 | 121 | 45 |
| Binary | 10010 | 1010111 | 10101011 | 1011001 | 110001 | 0 | 100001 | 11010101 | 1010001 | 100101 |
Color Harmonies of #1257AB
Complementary color
Monochromatic Colors of #1257AB
Black with #1257AB
Text Example
Text Example
White with #1257AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1257AB; }
p { color: rgb(18,87,171); }
H1.HeaderClassName
{
color: #1257AB;
}
.AnyTagClassName
{
color: #1257AB;
}
</style>
background-color css
<style>
a { background-color: #1257AB; }
a { background-color: rgb(18,87,171); }
div.DivClassName
{
background-color: #1257AB;
}
.BgClassName
{
background-color: #1257AB;
}
</style>
border-color css
<style>
span { border-color: #1257AB; }
span { border-color: rgb(18,87,171); }
td.TdClassName
{
border-color: #1257AB;
}
.TagClassName
{
border-color: #1257AB;
}
</style>