Shades of Denim #1262BB
Tints of Denim #1262BB
RGB
CMYK
RGB Variations
Color information
#1262BB (or 0x1262BB) is known color: Denim. HEX triplet: 12, 62 and BB. RGB value is (18,98,187). Sum of RGB (Red+Green+Blue) = 18+98+187=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 187 (73.44% from 255 or 61.72% from 303); Max value from RGB is 187 - color contains mainly: blue. Hex color #1262BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1262BB is #ED9D44. Grayscale: #535353. Windows color (decimal): -15572293 or 12280338. OLE color: 12280338.
HSL color Cylindrical-coordinate representation of color #1262BB: hue angle of 211.6º 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 #1262BB is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 98 | 187 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.27 |
| HSL | 211.6º | 0.82% | 0.4% | - |
| HSV(B) | 211.6º | 0.9% | 0.73% | - |
| XYZ | 13.59 | 12.45 | 48.7 | - |
| YUV | 84.23 | 186 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 98 | 187 | 0.90 | 0.48 | 0 | 0.27 | 211.6 | 0.82 | 0.4 |
| Hex | 12 | 62 | BB | 5A | 30 | 0 | 1B | D4 | 52 | 28 |
| Octal | 22 | 142 | 273 | 132 | 60 | 0 | 33 | 324 | 122 | 50 |
| Binary | 10010 | 1100010 | 10111011 | 1011010 | 110000 | 0 | 11011 | 11010100 | 1010010 | 101000 |
Color Harmonies of #1262BB
Complementary color
Monochromatic Colors of #1262BB
Black with #1262BB
Text Example
Text Example
White with #1262BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1262BB; }
p { color: rgb(18,98,187); }
H1.HeaderClassName
{
color: #1262BB;
}
.AnyTagClassName
{
color: #1262BB;
}
</style>
background-color css
<style>
a { background-color: #1262BB; }
a { background-color: rgb(18,98,187); }
div.DivClassName
{
background-color: #1262BB;
}
.BgClassName
{
background-color: #1262BB;
}
</style>
border-color css
<style>
span { border-color: #1262BB; }
span { border-color: rgb(18,98,187); }
td.TdClassName
{
border-color: #1262BB;
}
.TagClassName
{
border-color: #1262BB;
}
</style>