Shades of Denim #1270BA
Tints of Denim #1270BA
RGB
CMYK
RGB Variations
Color information
#1270BA (or 0x1270BA) is known color: Denim. HEX triplet: 12, 70 and BA. RGB value is (18,112,186). Sum of RGB (Red+Green+Blue) = 18+112+186=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #1270BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1270BA is #ED8F45. Grayscale: #5B5B5B. Windows color (decimal): -15568710 or 12218386. OLE color: 12218386.
HSL color Cylindrical-coordinate representation of color #1270BA: hue angle of 206.43º 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 #1270BA is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 112 | 186 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.27 |
| HSL | 206.43º | 0.82% | 0.4% | - |
| HSV(B) | 206.43º | 0.9% | 0.73% | - |
| XYZ | 14.91 | 15.26 | 48.61 | - |
| YUV | 92.33 | 180.86 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 186 | 0.90 | 0.40 | 0 | 0.27 | 206.43 | 0.82 | 0.4 |
| Hex | 12 | 70 | BA | 5A | 28 | 0 | 1B | CE | 52 | 28 |
| Octal | 22 | 160 | 272 | 132 | 50 | 0 | 33 | 316 | 122 | 50 |
| Binary | 10010 | 1110000 | 10111010 | 1011010 | 101000 | 0 | 11011 | 11001110 | 1010010 | 101000 |
Color Harmonies of #1270BA
Complementary color
Monochromatic Colors of #1270BA
Black with #1270BA
Text Example
Text Example
White with #1270BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1270BA; }
p { color: rgb(18,112,186); }
H1.HeaderClassName
{
color: #1270BA;
}
.AnyTagClassName
{
color: #1270BA;
}
</style>
background-color css
<style>
a { background-color: #1270BA; }
a { background-color: rgb(18,112,186); }
div.DivClassName
{
background-color: #1270BA;
}
.BgClassName
{
background-color: #1270BA;
}
</style>
border-color css
<style>
span { border-color: #1270BA; }
span { border-color: rgb(18,112,186); }
td.TdClassName
{
border-color: #1270BA;
}
.TagClassName
{
border-color: #1270BA;
}
</style>