Shades of Denim #1567CB
Tints of Denim #1567CB
RGB
CMYK
RGB Variations
Color information
#1567CB (or 0x1567CB) is known color: Denim. HEX triplet: 15, 67 and CB. RGB value is (21,103,203). Sum of RGB (Red+Green+Blue) = 21+103+203=327 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.42% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 203 (79.69% from 255 or 62.08% from 327); Max value from RGB is 203 - color contains mainly: blue. Hex color #1567CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1567CB is #EA9834. Grayscale: #595959. Windows color (decimal): -15374389 or 13330197. OLE color: 13330197.
HSL color Cylindrical-coordinate representation of color #1567CB: hue angle of 212.97º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1567CB is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 103 | 203 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.20 |
| HSL | 212.97º | 0.81% | 0.44% | - |
| HSV(B) | 212.97º | 0.9% | 0.8% | - |
| XYZ | 15.94 | 14.17 | 58.4 | - |
| YUV | 89.88 | 191.83 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 103 | 203 | 0.90 | 0.49 | 0 | 0.20 | 212.97 | 0.81 | 0.44 |
| Hex | 15 | 67 | CB | 5A | 31 | 0 | 14 | D5 | 51 | 2C |
| Octal | 25 | 147 | 313 | 132 | 61 | 0 | 24 | 325 | 121 | 54 |
| Binary | 10101 | 1100111 | 11001011 | 1011010 | 110001 | 0 | 10100 | 11010101 | 1010001 | 101100 |
Color Harmonies of #1567CB
Complementary color
Monochromatic Colors of #1567CB
Black with #1567CB
Text Example
Text Example
White with #1567CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1567CB; }
p { color: rgb(21,103,203); }
H1.HeaderClassName
{
color: #1567CB;
}
.AnyTagClassName
{
color: #1567CB;
}
</style>
background-color css
<style>
a { background-color: #1567CB; }
a { background-color: rgb(21,103,203); }
div.DivClassName
{
background-color: #1567CB;
}
.BgClassName
{
background-color: #1567CB;
}
</style>
border-color css
<style>
span { border-color: #1567CB; }
span { border-color: rgb(21,103,203); }
td.TdClassName
{
border-color: #1567CB;
}
.TagClassName
{
border-color: #1567CB;
}
</style>