Shades of Denim #1555CC
Tints of Denim #1555CC
RGB
CMYK
RGB Variations
Color information
#1555CC (or 0x1555CC) is known color: Denim. HEX triplet: 15, 55 and CC. RGB value is (21,85,204). Sum of RGB (Red+Green+Blue) = 21+85+204=310 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.77% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #1555CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1555CC is #EAAA33. Grayscale: #4E4E4E. Windows color (decimal): -15378996 or 13391125. OLE color: 13391125.
HSL color Cylindrical-coordinate representation of color #1555CC: hue angle of 219.02º 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 #1555CC is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 85 | 204 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.2 |
| HSL | 219.02º | 0.81% | 0.44% | - |
| HSV(B) | 219.02º | 0.9% | 0.8% | - |
| XYZ | 14.46 | 11.02 | 58.49 | - |
| YUV | 79.43 | 198.3 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 204 | 0.90 | 0.58 | 0 | 0.2 | 219.02 | 0.81 | 0.44 |
| Hex | 15 | 55 | CC | 5A | 3A | 0 | 14 | DB | 51 | 2C |
| Octal | 25 | 125 | 314 | 132 | 72 | 0 | 24 | 333 | 121 | 54 |
| Binary | 10101 | 1010101 | 11001100 | 1011010 | 111010 | 0 | 10100 | 11011011 | 1010001 | 101100 |
Color Harmonies of #1555CC
Complementary color
Monochromatic Colors of #1555CC
Black with #1555CC
Text Example
Text Example
White with #1555CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1555CC; }
p { color: rgb(21,85,204); }
H1.HeaderClassName
{
color: #1555CC;
}
.AnyTagClassName
{
color: #1555CC;
}
</style>
background-color css
<style>
a { background-color: #1555CC; }
a { background-color: rgb(21,85,204); }
div.DivClassName
{
background-color: #1555CC;
}
.BgClassName
{
background-color: #1555CC;
}
</style>
border-color css
<style>
span { border-color: #1555CC; }
span { border-color: rgb(21,85,204); }
td.TdClassName
{
border-color: #1555CC;
}
.TagClassName
{
border-color: #1555CC;
}
</style>