Shades of Denim #1568BA
Tints of Denim #1568BA
RGB
CMYK
RGB Variations
Color information
#1568BA (or 0x1568BA) is known color: Denim. HEX triplet: 15, 68 and BA. RGB value is (21,104,186). Sum of RGB (Red+Green+Blue) = 21+104+186=311 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.75% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #1568BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1568BA is #EA9745. Grayscale: #585858. Windows color (decimal): -15374150 or 12216341. OLE color: 12216341.
HSL color Cylindrical-coordinate representation of color #1568BA: hue angle of 209.82º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1568BA is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 104 | 186 | - |
| CMYK | 0.89 | 0.44 | 0 | 0.27 |
| HSL | 209.82º | 0.8% | 0.41% | - |
| HSV(B) | 209.82º | 0.89% | 0.73% | - |
| XYZ | 14.12 | 13.61 | 48.34 | - |
| YUV | 88.53 | 183 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 104 | 186 | 0.89 | 0.44 | 0 | 0.27 | 209.82 | 0.8 | 0.41 |
| Hex | 15 | 68 | BA | 59 | 2C | 0 | 1B | D2 | 50 | 29 |
| Octal | 25 | 150 | 272 | 131 | 54 | 0 | 33 | 322 | 120 | 51 |
| Binary | 10101 | 1101000 | 10111010 | 1011001 | 101100 | 0 | 11011 | 11010010 | 1010000 | 101001 |
Color Harmonies of #1568BA
Complementary color
Monochromatic Colors of #1568BA
Black with #1568BA
Text Example
Text Example
White with #1568BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1568BA; }
p { color: rgb(21,104,186); }
H1.HeaderClassName
{
color: #1568BA;
}
.AnyTagClassName
{
color: #1568BA;
}
</style>
background-color css
<style>
a { background-color: #1568BA; }
a { background-color: rgb(21,104,186); }
div.DivClassName
{
background-color: #1568BA;
}
.BgClassName
{
background-color: #1568BA;
}
</style>
border-color css
<style>
span { border-color: #1568BA; }
span { border-color: rgb(21,104,186); }
td.TdClassName
{
border-color: #1568BA;
}
.TagClassName
{
border-color: #1568BA;
}
</style>