Shades of Denim #1261BE
Tints of Denim #1261BE
RGB
CMYK
RGB Variations
Color information
#1261BE (or 0x1261BE) is known color: Denim. HEX triplet: 12, 61 and BE. RGB value is (18,97,190). Sum of RGB (Red+Green+Blue) = 18+97+190=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #1261BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1261BE is #ED9E41. Grayscale: #535353. Windows color (decimal): -15572546 or 12476690. OLE color: 12476690.
HSL color Cylindrical-coordinate representation of color #1261BE: hue angle of 212.44º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1261BE is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 97 | 190 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.25 |
| HSL | 212.44º | 0.83% | 0.41% | - |
| HSV(B) | 212.44º | 0.91% | 0.75% | - |
| XYZ | 13.82 | 12.4 | 50.38 | - |
| YUV | 83.98 | 187.83 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 97 | 190 | 0.91 | 0.49 | 0 | 0.25 | 212.44 | 0.83 | 0.41 |
| Hex | 12 | 61 | BE | 5B | 31 | 0 | 19 | D4 | 53 | 29 |
| Octal | 22 | 141 | 276 | 133 | 61 | 0 | 31 | 324 | 123 | 51 |
| Binary | 10010 | 1100001 | 10111110 | 1011011 | 110001 | 0 | 11001 | 11010100 | 1010011 | 101001 |
Color Harmonies of #1261BE
Complementary color
Monochromatic Colors of #1261BE
Black with #1261BE
Text Example
Text Example
White with #1261BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1261BE; }
p { color: rgb(18,97,190); }
H1.HeaderClassName
{
color: #1261BE;
}
.AnyTagClassName
{
color: #1261BE;
}
</style>
background-color css
<style>
a { background-color: #1261BE; }
a { background-color: rgb(18,97,190); }
div.DivClassName
{
background-color: #1261BE;
}
.BgClassName
{
background-color: #1261BE;
}
</style>
border-color css
<style>
span { border-color: #1261BE; }
span { border-color: rgb(18,97,190); }
td.TdClassName
{
border-color: #1261BE;
}
.TagClassName
{
border-color: #1261BE;
}
</style>