Shades of Denim #1555B4
Tints of Denim #1555B4
RGB
CMYK
RGB Variations
Color information
#1555B4 (or 0x1555B4) is known color: Denim. HEX triplet: 15, 55 and B4. RGB value is (21,85,180). Sum of RGB (Red+Green+Blue) = 21+85+180=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 180 (70.70% from 255 or 62.94% from 286); Max value from RGB is 180 - color contains mainly: blue. Hex color #1555B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1555B4 is #EAAA4B. Grayscale: #4C4C4C. Windows color (decimal): -15379020 or 11818261. OLE color: 11818261.
HSL color Cylindrical-coordinate representation of color #1555B4: hue angle of 215.85º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1555B4 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 21 | 85 | 180 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.29 |
| HSL | 215.85º | 0.79% | 0.39% | - |
| HSV(B) | 215.85º | 0.88% | 0.71% | - |
| XYZ | 11.8 | 9.95 | 44.48 | - |
| YUV | 76.69 | 186.3 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 180 | 0.88 | 0.53 | 0 | 0.29 | 215.85 | 0.79 | 0.39 |
| Hex | 15 | 55 | B4 | 58 | 35 | 0 | 1D | D8 | 4F | 27 |
| Octal | 25 | 125 | 264 | 130 | 65 | 0 | 35 | 330 | 117 | 47 |
| Binary | 10101 | 1010101 | 10110100 | 1011000 | 110101 | 0 | 11101 | 11011000 | 1001111 | 100111 |
Color Harmonies of #1555B4
Complementary color
Monochromatic Colors of #1555B4
Black with #1555B4
Text Example
Text Example
White with #1555B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1555B4; }
p { color: rgb(21,85,180); }
H1.HeaderClassName
{
color: #1555B4;
}
.AnyTagClassName
{
color: #1555B4;
}
</style>
background-color css
<style>
a { background-color: #1555B4; }
a { background-color: rgb(21,85,180); }
div.DivClassName
{
background-color: #1555B4;
}
.BgClassName
{
background-color: #1555B4;
}
</style>
border-color css
<style>
span { border-color: #1555B4; }
span { border-color: rgb(21,85,180); }
td.TdClassName
{
border-color: #1555B4;
}
.TagClassName
{
border-color: #1555B4;
}
</style>