Shades of Denim #1555C8
Tints of Denim #1555C8
RGB
CMYK
RGB Variations
Color information
#1555C8 (or 0x1555C8) is known color: Denim. HEX triplet: 15, 55 and C8. RGB value is (21,85,200). Sum of RGB (Red+Green+Blue) = 21+85+200=306 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.86% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 200 (78.52% from 255 or 65.36% from 306); Max value from RGB is 200 - color contains mainly: blue. Hex color #1555C8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1555C8 is #EAAA37. Grayscale: #4E4E4E. Windows color (decimal): -15379000 or 13128981. OLE color: 13128981.
HSL color Cylindrical-coordinate representation of color #1555C8: hue angle of 218.55º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1555C8 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 21 | 85 | 200 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.22 |
| HSL | 218.55º | 0.81% | 0.43% | - |
| HSV(B) | 218.55º | 0.9% | 0.78% | - |
| XYZ | 13.98 | 10.83 | 56 | - |
| YUV | 78.97 | 196.3 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 200 | 0.90 | 0.58 | 0 | 0.22 | 218.55 | 0.81 | 0.43 |
| Hex | 15 | 55 | C8 | 5A | 3A | 0 | 16 | DB | 51 | 2B |
| Octal | 25 | 125 | 310 | 132 | 72 | 0 | 26 | 333 | 121 | 53 |
| Binary | 10101 | 1010101 | 11001000 | 1011010 | 111010 | 0 | 10110 | 11011011 | 1010001 | 101011 |
Color Harmonies of #1555C8
Complementary color
Monochromatic Colors of #1555C8
Black with #1555C8
Text Example
Text Example
White with #1555C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1555C8; }
p { color: rgb(21,85,200); }
H1.HeaderClassName
{
color: #1555C8;
}
.AnyTagClassName
{
color: #1555C8;
}
</style>
background-color css
<style>
a { background-color: #1555C8; }
a { background-color: rgb(21,85,200); }
div.DivClassName
{
background-color: #1555C8;
}
.BgClassName
{
background-color: #1555C8;
}
</style>
border-color css
<style>
span { border-color: #1555C8; }
span { border-color: rgb(21,85,200); }
td.TdClassName
{
border-color: #1555C8;
}
.TagClassName
{
border-color: #1555C8;
}
</style>