Shades of Denim #1255AD
Tints of Denim #1255AD
RGB
CMYK
RGB Variations
Color information
#1255AD (or 0x1255AD) is known color: Denim. HEX triplet: 12, 55 and AD. RGB value is (18,85,173). Sum of RGB (Red+Green+Blue) = 18+85+173=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #1255AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1255AD is #EDAA52. Grayscale: #4A4A4A. Windows color (decimal): -15575635 or 11359506. OLE color: 11359506.
HSL color Cylindrical-coordinate representation of color #1255AD: hue angle of 214.06º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1255AD is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 85 | 173 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.32 |
| HSL | 214.06º | 0.81% | 0.37% | - |
| HSV(B) | 214.06º | 0.9% | 0.68% | - |
| XYZ | 11.04 | 9.64 | 40.81 | - |
| YUV | 75 | 183.3 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 85 | 173 | 0.90 | 0.51 | 0 | 0.32 | 214.06 | 0.81 | 0.37 |
| Hex | 12 | 55 | AD | 5A | 33 | 0 | 20 | D6 | 51 | 25 |
| Octal | 22 | 125 | 255 | 132 | 63 | 0 | 40 | 326 | 121 | 45 |
| Binary | 10010 | 1010101 | 10101101 | 1011010 | 110011 | 0 | 100000 | 11010110 | 1010001 | 100101 |
Color Harmonies of #1255AD
Complementary color
Monochromatic Colors of #1255AD
Black with #1255AD
Text Example
Text Example
White with #1255AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1255AD; }
p { color: rgb(18,85,173); }
H1.HeaderClassName
{
color: #1255AD;
}
.AnyTagClassName
{
color: #1255AD;
}
</style>
background-color css
<style>
a { background-color: #1255AD; }
a { background-color: rgb(18,85,173); }
div.DivClassName
{
background-color: #1255AD;
}
.BgClassName
{
background-color: #1255AD;
}
</style>
border-color css
<style>
span { border-color: #1255AD; }
span { border-color: rgb(18,85,173); }
td.TdClassName
{
border-color: #1255AD;
}
.TagClassName
{
border-color: #1255AD;
}
</style>