Shades of Denim #1268BB
Tints of Denim #1268BB
RGB
CMYK
RGB Variations
Color information
#1268BB (or 0x1268BB) is known color: Denim. HEX triplet: 12, 68 and BB. RGB value is (18,104,187). Sum of RGB (Red+Green+Blue) = 18+104+187=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #1268BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1268BB is #ED9744. Grayscale: #575757. Windows color (decimal): -15570757 or 12281874. OLE color: 12281874.
HSL color Cylindrical-coordinate representation of color #1268BB: hue angle of 209.47º 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 #1268BB is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 104 | 187 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.27 |
| HSL | 209.47º | 0.82% | 0.4% | - |
| HSV(B) | 209.47º | 0.9% | 0.73% | - |
| XYZ | 14.17 | 13.62 | 48.9 | - |
| YUV | 87.75 | 184.01 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 104 | 187 | 0.90 | 0.44 | 0 | 0.27 | 209.47 | 0.82 | 0.4 |
| Hex | 12 | 68 | BB | 5A | 2C | 0 | 1B | D1 | 52 | 28 |
| Octal | 22 | 150 | 273 | 132 | 54 | 0 | 33 | 321 | 122 | 50 |
| Binary | 10010 | 1101000 | 10111011 | 1011010 | 101100 | 0 | 11011 | 11010001 | 1010010 | 101000 |
Color Harmonies of #1268BB
Complementary color
Monochromatic Colors of #1268BB
Black with #1268BB
Text Example
Text Example
White with #1268BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1268BB; }
p { color: rgb(18,104,187); }
H1.HeaderClassName
{
color: #1268BB;
}
.AnyTagClassName
{
color: #1268BB;
}
</style>
background-color css
<style>
a { background-color: #1268BB; }
a { background-color: rgb(18,104,187); }
div.DivClassName
{
background-color: #1268BB;
}
.BgClassName
{
background-color: #1268BB;
}
</style>
border-color css
<style>
span { border-color: #1268BB; }
span { border-color: rgb(18,104,187); }
td.TdClassName
{
border-color: #1268BB;
}
.TagClassName
{
border-color: #1268BB;
}
</style>