Shades of Denim #1257AD
Tints of Denim #1257AD
RGB
CMYK
RGB Variations
Color information
#1257AD (or 0x1257AD) is known color: Denim. HEX triplet: 12, 57 and AD. RGB value is (18,87,173). Sum of RGB (Red+Green+Blue) = 18+87+173=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #1257AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1257AD is #EDA852. Grayscale: #4B4B4B. Windows color (decimal): -15575123 or 11360018. OLE color: 11360018.
HSL color Cylindrical-coordinate representation of color #1257AD: hue angle of 213.29º 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 #1257AD is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 87 | 173 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.32 |
| HSL | 213.29º | 0.81% | 0.37% | - |
| HSV(B) | 213.29º | 0.9% | 0.68% | - |
| XYZ | 11.2 | 9.96 | 40.87 | - |
| YUV | 76.17 | 182.64 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 87 | 173 | 0.90 | 0.50 | 0 | 0.32 | 213.29 | 0.81 | 0.37 |
| Hex | 12 | 57 | AD | 5A | 32 | 0 | 20 | D5 | 51 | 25 |
| Octal | 22 | 127 | 255 | 132 | 62 | 0 | 40 | 325 | 121 | 45 |
| Binary | 10010 | 1010111 | 10101101 | 1011010 | 110010 | 0 | 100000 | 11010101 | 1010001 | 100101 |
Color Harmonies of #1257AD
Complementary color
Monochromatic Colors of #1257AD
Black with #1257AD
Text Example
Text Example
White with #1257AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1257AD; }
p { color: rgb(18,87,173); }
H1.HeaderClassName
{
color: #1257AD;
}
.AnyTagClassName
{
color: #1257AD;
}
</style>
background-color css
<style>
a { background-color: #1257AD; }
a { background-color: rgb(18,87,173); }
div.DivClassName
{
background-color: #1257AD;
}
.BgClassName
{
background-color: #1257AD;
}
</style>
border-color css
<style>
span { border-color: #1257AD; }
span { border-color: rgb(18,87,173); }
td.TdClassName
{
border-color: #1257AD;
}
.TagClassName
{
border-color: #1257AD;
}
</style>