Shades of Denim #1568BE
Tints of Denim #1568BE
RGB
CMYK
RGB Variations
Color information
#1568BE (or 0x1568BE) is known color: Denim. HEX triplet: 15, 68 and BE. RGB value is (21,104,190). Sum of RGB (Red+Green+Blue) = 21+104+190=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #1568BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1568BE is #EA9741. Grayscale: #585858. Windows color (decimal): -15374146 or 12478485. OLE color: 12478485.
HSL color Cylindrical-coordinate representation of color #1568BE: hue angle of 210.53º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1568BE is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 104 | 190 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.25 |
| HSL | 210.53º | 0.8% | 0.41% | - |
| HSV(B) | 210.53º | 0.89% | 0.75% | - |
| XYZ | 14.55 | 13.78 | 50.61 | - |
| YUV | 88.99 | 185 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 104 | 190 | 0.89 | 0.45 | 0 | 0.25 | 210.53 | 0.8 | 0.41 |
| Hex | 15 | 68 | BE | 59 | 2D | 0 | 19 | D3 | 50 | 29 |
| Octal | 25 | 150 | 276 | 131 | 55 | 0 | 31 | 323 | 120 | 51 |
| Binary | 10101 | 1101000 | 10111110 | 1011001 | 101101 | 0 | 11001 | 11010011 | 1010000 | 101001 |
Color Harmonies of #1568BE
Complementary color
Monochromatic Colors of #1568BE
Black with #1568BE
Text Example
Text Example
White with #1568BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1568BE; }
p { color: rgb(21,104,190); }
H1.HeaderClassName
{
color: #1568BE;
}
.AnyTagClassName
{
color: #1568BE;
}
</style>
background-color css
<style>
a { background-color: #1568BE; }
a { background-color: rgb(21,104,190); }
div.DivClassName
{
background-color: #1568BE;
}
.BgClassName
{
background-color: #1568BE;
}
</style>
border-color css
<style>
span { border-color: #1568BE; }
span { border-color: rgb(21,104,190); }
td.TdClassName
{
border-color: #1568BE;
}
.TagClassName
{
border-color: #1568BE;
}
</style>