Shades of Denim #1551CE
Tints of Denim #1551CE
RGB
CMYK
RGB Variations
Color information
#1551CE (or 0x1551CE) is known color: Denim. HEX triplet: 15, 51 and CE. RGB value is (21,81,206). Sum of RGB (Red+Green+Blue) = 21+81+206=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #1551CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1551CE is #EAAE31. Grayscale: #4C4C4C. Windows color (decimal): -15380018 or 13521173. OLE color: 13521173.
HSL color Cylindrical-coordinate representation of color #1551CE: hue angle of 220.54º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1551CE is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 81 | 206 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.19 |
| HSL | 220.54º | 0.81% | 0.45% | - |
| HSV(B) | 220.54º | 0.9% | 0.81% | - |
| XYZ | 14.39 | 10.5 | 59.66 | - |
| YUV | 77.31 | 200.62 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 206 | 0.90 | 0.61 | 0 | 0.19 | 220.54 | 0.81 | 0.45 |
| Hex | 15 | 51 | CE | 5A | 3D | 0 | 13 | DD | 51 | 2D |
| Octal | 25 | 121 | 316 | 132 | 75 | 0 | 23 | 335 | 121 | 55 |
| Binary | 10101 | 1010001 | 11001110 | 1011010 | 111101 | 0 | 10011 | 11011101 | 1010001 | 101101 |
Color Harmonies of #1551CE
Complementary color
Monochromatic Colors of #1551CE
Black with #1551CE
Text Example
Text Example
White with #1551CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1551CE; }
p { color: rgb(21,81,206); }
H1.HeaderClassName
{
color: #1551CE;
}
.AnyTagClassName
{
color: #1551CE;
}
</style>
background-color css
<style>
a { background-color: #1551CE; }
a { background-color: rgb(21,81,206); }
div.DivClassName
{
background-color: #1551CE;
}
.BgClassName
{
background-color: #1551CE;
}
</style>
border-color css
<style>
span { border-color: #1551CE; }
span { border-color: rgb(21,81,206); }
td.TdClassName
{
border-color: #1551CE;
}
.TagClassName
{
border-color: #1551CE;
}
</style>