Shades of Denim #1551D8
Tints of Denim #1551D8
RGB
CMYK
RGB Variations
Color information
#1551D8 (or 0x1551D8) is known color: Denim. HEX triplet: 15, 51 and D8. RGB value is (21,81,216). Sum of RGB (Red+Green+Blue) = 21+81+216=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 216 (84.77% from 255 or 67.92% from 318); Max value from RGB is 216 - color contains mainly: blue. Hex color #1551D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1551D8 is #EAAE27. Grayscale: #4D4D4D. Windows color (decimal): -15380008 or 14176533. OLE color: 14176533.
HSL color Cylindrical-coordinate representation of color #1551D8: hue angle of 221.54º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1551D8 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 81 | 216 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.15 |
| HSL | 221.54º | 0.82% | 0.46% | - |
| HSV(B) | 221.54º | 0.9% | 0.85% | - |
| XYZ | 15.65 | 11 | 66.26 | - |
| YUV | 78.45 | 205.62 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 216 | 0.90 | 0.62 | 0 | 0.15 | 221.54 | 0.82 | 0.46 |
| Hex | 15 | 51 | D8 | 5A | 3E | 0 | F | DE | 52 | 2E |
| Octal | 25 | 121 | 330 | 132 | 76 | 0 | 17 | 336 | 122 | 56 |
| Binary | 10101 | 1010001 | 11011000 | 1011010 | 111110 | 0 | 1111 | 11011110 | 1010010 | 101110 |
Color Harmonies of #1551D8
Complementary color
Monochromatic Colors of #1551D8
Black with #1551D8
Text Example
Text Example
White with #1551D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1551D8; }
p { color: rgb(21,81,216); }
H1.HeaderClassName
{
color: #1551D8;
}
.AnyTagClassName
{
color: #1551D8;
}
</style>
background-color css
<style>
a { background-color: #1551D8; }
a { background-color: rgb(21,81,216); }
div.DivClassName
{
background-color: #1551D8;
}
.BgClassName
{
background-color: #1551D8;
}
</style>
border-color css
<style>
span { border-color: #1551D8; }
span { border-color: rgb(21,81,216); }
td.TdClassName
{
border-color: #1551D8;
}
.TagClassName
{
border-color: #1551D8;
}
</style>