Shades of Denim #1551CD
Tints of Denim #1551CD
RGB
CMYK
RGB Variations
Color information
#1551CD (or 0x1551CD) is known color: Denim. HEX triplet: 15, 51 and CD. RGB value is (21,81,205). Sum of RGB (Red+Green+Blue) = 21+81+205=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 205 (80.47% from 255 or 66.78% from 307); Max value from RGB is 205 - color contains mainly: blue. Hex color #1551CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1551CD is #EAAE32. Grayscale: #4C4C4C. Windows color (decimal): -15380019 or 13455637. OLE color: 13455637.
HSL color Cylindrical-coordinate representation of color #1551CD: hue angle of 220.43º 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 #1551CD is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 81 | 205 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.20 |
| HSL | 220.43º | 0.81% | 0.44% | - |
| HSV(B) | 220.43º | 0.9% | 0.8% | - |
| XYZ | 14.27 | 10.45 | 59.02 | - |
| YUV | 77.2 | 200.12 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 205 | 0.90 | 0.60 | 0 | 0.20 | 220.43 | 0.81 | 0.44 |
| Hex | 15 | 51 | CD | 5A | 3C | 0 | 14 | DC | 51 | 2C |
| Octal | 25 | 121 | 315 | 132 | 74 | 0 | 24 | 334 | 121 | 54 |
| Binary | 10101 | 1010001 | 11001101 | 1011010 | 111100 | 0 | 10100 | 11011100 | 1010001 | 101100 |
Color Harmonies of #1551CD
Complementary color
Monochromatic Colors of #1551CD
Black with #1551CD
Text Example
Text Example
White with #1551CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1551CD; }
p { color: rgb(21,81,205); }
H1.HeaderClassName
{
color: #1551CD;
}
.AnyTagClassName
{
color: #1551CD;
}
</style>
background-color css
<style>
a { background-color: #1551CD; }
a { background-color: rgb(21,81,205); }
div.DivClassName
{
background-color: #1551CD;
}
.BgClassName
{
background-color: #1551CD;
}
</style>
border-color css
<style>
span { border-color: #1551CD; }
span { border-color: rgb(21,81,205); }
td.TdClassName
{
border-color: #1551CD;
}
.TagClassName
{
border-color: #1551CD;
}
</style>