Shades of Denim #1268BF
Tints of Denim #1268BF
RGB
CMYK
RGB Variations
Color information
#1268BF (or 0x1268BF) is known color: Denim. HEX triplet: 12, 68 and BF. RGB value is (18,104,191). Sum of RGB (Red+Green+Blue) = 18+104+191=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #1268BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1268BF is #ED9740. Grayscale: #575757. Windows color (decimal): -15570753 or 12544018. OLE color: 12544018.
HSL color Cylindrical-coordinate representation of color #1268BF: hue angle of 210.17º 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 #1268BF is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 104 | 191 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.25 |
| HSL | 210.17º | 0.83% | 0.41% | - |
| HSV(B) | 210.17º | 0.91% | 0.75% | - |
| XYZ | 14.6 | 13.79 | 51.18 | - |
| YUV | 88.2 | 186.01 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 104 | 191 | 0.91 | 0.46 | 0 | 0.25 | 210.17 | 0.83 | 0.41 |
| Hex | 12 | 68 | BF | 5B | 2E | 0 | 19 | D2 | 53 | 29 |
| Octal | 22 | 150 | 277 | 133 | 56 | 0 | 31 | 322 | 123 | 51 |
| Binary | 10010 | 1101000 | 10111111 | 1011011 | 101110 | 0 | 11001 | 11010010 | 1010011 | 101001 |
Color Harmonies of #1268BF
Complementary color
Monochromatic Colors of #1268BF
Black with #1268BF
Text Example
Text Example
White with #1268BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1268BF; }
p { color: rgb(18,104,191); }
H1.HeaderClassName
{
color: #1268BF;
}
.AnyTagClassName
{
color: #1268BF;
}
</style>
background-color css
<style>
a { background-color: #1268BF; }
a { background-color: rgb(18,104,191); }
div.DivClassName
{
background-color: #1268BF;
}
.BgClassName
{
background-color: #1268BF;
}
</style>
border-color css
<style>
span { border-color: #1268BF; }
span { border-color: rgb(18,104,191); }
td.TdClassName
{
border-color: #1268BF;
}
.TagClassName
{
border-color: #1268BF;
}
</style>