Shades of Denim #1558CC
Tints of Denim #1558CC
RGB
CMYK
RGB Variations
Color information
#1558CC (or 0x1558CC) is known color: Denim. HEX triplet: 15, 58 and CC. RGB value is (21,88,204). Sum of RGB (Red+Green+Blue) = 21+88+204=313 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.71% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #1558CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1558CC is #EAA733. Grayscale: #505050. Windows color (decimal): -15378228 or 13391893. OLE color: 13391893.
HSL color Cylindrical-coordinate representation of color #1558CC: hue angle of 218.03º 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 #1558CC is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 88 | 204 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.2 |
| HSL | 218.03º | 0.81% | 0.44% | - |
| HSV(B) | 218.03º | 0.9% | 0.8% | - |
| XYZ | 14.7 | 11.5 | 58.57 | - |
| YUV | 81.19 | 197.3 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 88 | 204 | 0.90 | 0.57 | 0 | 0.2 | 218.03 | 0.81 | 0.44 |
| Hex | 15 | 58 | CC | 5A | 39 | 0 | 14 | DA | 51 | 2C |
| Octal | 25 | 130 | 314 | 132 | 71 | 0 | 24 | 332 | 121 | 54 |
| Binary | 10101 | 1011000 | 11001100 | 1011010 | 111001 | 0 | 10100 | 11011010 | 1010001 | 101100 |
Color Harmonies of #1558CC
Complementary color
Monochromatic Colors of #1558CC
Black with #1558CC
Text Example
Text Example
White with #1558CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1558CC; }
p { color: rgb(21,88,204); }
H1.HeaderClassName
{
color: #1558CC;
}
.AnyTagClassName
{
color: #1558CC;
}
</style>
background-color css
<style>
a { background-color: #1558CC; }
a { background-color: rgb(21,88,204); }
div.DivClassName
{
background-color: #1558CC;
}
.BgClassName
{
background-color: #1558CC;
}
</style>
border-color css
<style>
span { border-color: #1558CC; }
span { border-color: rgb(21,88,204); }
td.TdClassName
{
border-color: #1558CC;
}
.TagClassName
{
border-color: #1558CC;
}
</style>