Shades of Denim #1270BB
Tints of Denim #1270BB
RGB
CMYK
RGB Variations
Color information
#1270BB (or 0x1270BB) is known color: Denim. HEX triplet: 12, 70 and BB. RGB value is (18,112,187). Sum of RGB (Red+Green+Blue) = 18+112+187=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #1270BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1270BB is #ED8F44. Grayscale: #5C5C5C. Windows color (decimal): -15568709 or 12283922. OLE color: 12283922.
HSL color Cylindrical-coordinate representation of color #1270BB: hue angle of 206.63º 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 #1270BB is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 112 | 187 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.27 |
| HSL | 206.63º | 0.82% | 0.4% | - |
| HSV(B) | 206.63º | 0.9% | 0.73% | - |
| XYZ | 15.01 | 15.3 | 49.18 | - |
| YUV | 92.44 | 181.36 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 187 | 0.90 | 0.40 | 0 | 0.27 | 206.63 | 0.82 | 0.4 |
| Hex | 12 | 70 | BB | 5A | 28 | 0 | 1B | CF | 52 | 28 |
| Octal | 22 | 160 | 273 | 132 | 50 | 0 | 33 | 317 | 122 | 50 |
| Binary | 10010 | 1110000 | 10111011 | 1011010 | 101000 | 0 | 11011 | 11001111 | 1010010 | 101000 |
Color Harmonies of #1270BB
Complementary color
Monochromatic Colors of #1270BB
Black with #1270BB
Text Example
Text Example
White with #1270BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1270BB; }
p { color: rgb(18,112,187); }
H1.HeaderClassName
{
color: #1270BB;
}
.AnyTagClassName
{
color: #1270BB;
}
</style>
background-color css
<style>
a { background-color: #1270BB; }
a { background-color: rgb(18,112,187); }
div.DivClassName
{
background-color: #1270BB;
}
.BgClassName
{
background-color: #1270BB;
}
</style>
border-color css
<style>
span { border-color: #1270BB; }
span { border-color: rgb(18,112,187); }
td.TdClassName
{
border-color: #1270BB;
}
.TagClassName
{
border-color: #1270BB;
}
</style>