Shades of Denim #1250BA
Tints of Denim #1250BA
RGB
CMYK
RGB Variations
Color information
#1250BA (or 0x1250BA) is known color: Denim. HEX triplet: 12, 50 and BA. RGB value is (18,80,186). Sum of RGB (Red+Green+Blue) = 18+80+186=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #1250BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1250BA is #EDAF45. Grayscale: #494949. Windows color (decimal): -15576902 or 12210194. OLE color: 12210194.
HSL color Cylindrical-coordinate representation of color #1250BA: hue angle of 217.86º 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 #1250BA is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 80 | 186 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.27 |
| HSL | 217.86º | 0.82% | 0.4% | - |
| HSV(B) | 217.86º | 0.9% | 0.73% | - |
| XYZ | 11.98 | 9.41 | 47.64 | - |
| YUV | 73.55 | 191.46 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 186 | 0.90 | 0.57 | 0 | 0.27 | 217.86 | 0.82 | 0.4 |
| Hex | 12 | 50 | BA | 5A | 39 | 0 | 1B | DA | 52 | 28 |
| Octal | 22 | 120 | 272 | 132 | 71 | 0 | 33 | 332 | 122 | 50 |
| Binary | 10010 | 1010000 | 10111010 | 1011010 | 111001 | 0 | 11011 | 11011010 | 1010010 | 101000 |
Color Harmonies of #1250BA
Complementary color
Monochromatic Colors of #1250BA
Black with #1250BA
Text Example
Text Example
White with #1250BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1250BA; }
p { color: rgb(18,80,186); }
H1.HeaderClassName
{
color: #1250BA;
}
.AnyTagClassName
{
color: #1250BA;
}
</style>
background-color css
<style>
a { background-color: #1250BA; }
a { background-color: rgb(18,80,186); }
div.DivClassName
{
background-color: #1250BA;
}
.BgClassName
{
background-color: #1250BA;
}
</style>
border-color css
<style>
span { border-color: #1250BA; }
span { border-color: rgb(18,80,186); }
td.TdClassName
{
border-color: #1250BA;
}
.TagClassName
{
border-color: #1250BA;
}
</style>