Shades of Denim #1555CE
Tints of Denim #1555CE
RGB
CMYK
RGB Variations
Color information
#1555CE (or 0x1555CE) is known color: Denim. HEX triplet: 15, 55 and CE. RGB value is (21,85,206). Sum of RGB (Red+Green+Blue) = 21+85+206=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 206 (80.86% from 255 or 66.03% from 312); Max value from RGB is 206 - color contains mainly: blue. Hex color #1555CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1555CE is #EAAA31. Grayscale: #4F4F4F. Windows color (decimal): -15378994 or 13522197. OLE color: 13522197.
HSL color Cylindrical-coordinate representation of color #1555CE: hue angle of 219.24º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1555CE is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 85 | 206 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.19 |
| HSL | 219.24º | 0.81% | 0.45% | - |
| HSV(B) | 219.24º | 0.9% | 0.81% | - |
| XYZ | 14.7 | 11.11 | 59.76 | - |
| YUV | 79.66 | 199.3 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 206 | 0.90 | 0.59 | 0 | 0.19 | 219.24 | 0.81 | 0.45 |
| Hex | 15 | 55 | CE | 5A | 3B | 0 | 13 | DB | 51 | 2D |
| Octal | 25 | 125 | 316 | 132 | 73 | 0 | 23 | 333 | 121 | 55 |
| Binary | 10101 | 1010101 | 11001110 | 1011010 | 111011 | 0 | 10011 | 11011011 | 1010001 | 101101 |
Color Harmonies of #1555CE
Complementary color
Monochromatic Colors of #1555CE
Black with #1555CE
Text Example
Text Example
White with #1555CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1555CE; }
p { color: rgb(21,85,206); }
H1.HeaderClassName
{
color: #1555CE;
}
.AnyTagClassName
{
color: #1555CE;
}
</style>
background-color css
<style>
a { background-color: #1555CE; }
a { background-color: rgb(21,85,206); }
div.DivClassName
{
background-color: #1555CE;
}
.BgClassName
{
background-color: #1555CE;
}
</style>
border-color css
<style>
span { border-color: #1555CE; }
span { border-color: rgb(21,85,206); }
td.TdClassName
{
border-color: #1555CE;
}
.TagClassName
{
border-color: #1555CE;
}
</style>