Shades of Denim #1258AB
Tints of Denim #1258AB
RGB
CMYK
RGB Variations
Color information
#1258AB (or 0x1258AB) is known color: Denim. HEX triplet: 12, 58 and AB. RGB value is (18,88,171). Sum of RGB (Red+Green+Blue) = 18+88+171=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #1258AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1258AB is #EDA754. Grayscale: #4C4C4C. Windows color (decimal): -15574869 or 11229202. OLE color: 11229202.
HSL color Cylindrical-coordinate representation of color #1258AB: hue angle of 212.55º 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 #1258AB is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 88 | 171 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.33 |
| HSL | 212.55º | 0.81% | 0.37% | - |
| HSV(B) | 212.55º | 0.89% | 0.67% | - |
| XYZ | 11.09 | 10.05 | 39.88 | - |
| YUV | 76.53 | 181.31 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 88 | 171 | 0.89 | 0.49 | 0 | 0.33 | 212.55 | 0.81 | 0.37 |
| Hex | 12 | 58 | AB | 59 | 31 | 0 | 21 | D5 | 51 | 25 |
| Octal | 22 | 130 | 253 | 131 | 61 | 0 | 41 | 325 | 121 | 45 |
| Binary | 10010 | 1011000 | 10101011 | 1011001 | 110001 | 0 | 100001 | 11010101 | 1010001 | 100101 |
Color Harmonies of #1258AB
Complementary color
Monochromatic Colors of #1258AB
Black with #1258AB
Text Example
Text Example
White with #1258AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1258AB; }
p { color: rgb(18,88,171); }
H1.HeaderClassName
{
color: #1258AB;
}
.AnyTagClassName
{
color: #1258AB;
}
</style>
background-color css
<style>
a { background-color: #1258AB; }
a { background-color: rgb(18,88,171); }
div.DivClassName
{
background-color: #1258AB;
}
.BgClassName
{
background-color: #1258AB;
}
</style>
border-color css
<style>
span { border-color: #1258AB; }
span { border-color: rgb(18,88,171); }
td.TdClassName
{
border-color: #1258AB;
}
.TagClassName
{
border-color: #1258AB;
}
</style>