Shades of Denim #1257BA
Tints of Denim #1257BA
RGB
CMYK
RGB Variations
Color information
#1257BA (or 0x1257BA) is known color: Denim. HEX triplet: 12, 57 and BA. RGB value is (18,87,186). Sum of RGB (Red+Green+Blue) = 18+87+186=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #1257BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1257BA is #EDA845. Grayscale: #4D4D4D. Windows color (decimal): -15575110 or 12211986. OLE color: 12211986.
HSL color Cylindrical-coordinate representation of color #1257BA: hue angle of 215.36º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1257BA is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 87 | 186 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.27 |
| HSL | 215.36º | 0.82% | 0.4% | - |
| HSV(B) | 215.36º | 0.9% | 0.73% | - |
| XYZ | 12.52 | 10.49 | 47.82 | - |
| YUV | 77.66 | 189.14 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 87 | 186 | 0.90 | 0.53 | 0 | 0.27 | 215.36 | 0.82 | 0.4 |
| Hex | 12 | 57 | BA | 5A | 35 | 0 | 1B | D7 | 52 | 28 |
| Octal | 22 | 127 | 272 | 132 | 65 | 0 | 33 | 327 | 122 | 50 |
| Binary | 10010 | 1010111 | 10111010 | 1011010 | 110101 | 0 | 11011 | 11010111 | 1010010 | 101000 |
Color Harmonies of #1257BA
Complementary color
Monochromatic Colors of #1257BA
Black with #1257BA
Text Example
Text Example
White with #1257BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1257BA; }
p { color: rgb(18,87,186); }
H1.HeaderClassName
{
color: #1257BA;
}
.AnyTagClassName
{
color: #1257BA;
}
</style>
background-color css
<style>
a { background-color: #1257BA; }
a { background-color: rgb(18,87,186); }
div.DivClassName
{
background-color: #1257BA;
}
.BgClassName
{
background-color: #1257BA;
}
</style>
border-color css
<style>
span { border-color: #1257BA; }
span { border-color: rgb(18,87,186); }
td.TdClassName
{
border-color: #1257BA;
}
.TagClassName
{
border-color: #1257BA;
}
</style>