Shades of Denim #1551CA
Tints of Denim #1551CA
RGB
CMYK
RGB Variations
Color information
#1551CA (or 0x1551CA) is known color: Denim. HEX triplet: 15, 51 and CA. RGB value is (21,81,202). Sum of RGB (Red+Green+Blue) = 21+81+202=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 202 (79.30% from 255 or 66.45% from 304); Max value from RGB is 202 - color contains mainly: blue. Hex color #1551CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1551CA is #EAAE35. Grayscale: #4C4C4C. Windows color (decimal): -15380022 or 13259029. OLE color: 13259029.
HSL color Cylindrical-coordinate representation of color #1551CA: hue angle of 220.11º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1551CA is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 81 | 202 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.21 |
| HSL | 220.11º | 0.81% | 0.44% | - |
| HSV(B) | 220.11º | 0.9% | 0.79% | - |
| XYZ | 13.91 | 10.31 | 57.13 | - |
| YUV | 76.85 | 198.62 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 202 | 0.90 | 0.60 | 0 | 0.21 | 220.11 | 0.81 | 0.44 |
| Hex | 15 | 51 | CA | 5A | 3C | 0 | 15 | DC | 51 | 2C |
| Octal | 25 | 121 | 312 | 132 | 74 | 0 | 25 | 334 | 121 | 54 |
| Binary | 10101 | 1010001 | 11001010 | 1011010 | 111100 | 0 | 10101 | 11011100 | 1010001 | 101100 |
Color Harmonies of #1551CA
Complementary color
Monochromatic Colors of #1551CA
Black with #1551CA
Text Example
Text Example
White with #1551CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1551CA; }
p { color: rgb(21,81,202); }
H1.HeaderClassName
{
color: #1551CA;
}
.AnyTagClassName
{
color: #1551CA;
}
</style>
background-color css
<style>
a { background-color: #1551CA; }
a { background-color: rgb(21,81,202); }
div.DivClassName
{
background-color: #1551CA;
}
.BgClassName
{
background-color: #1551CA;
}
</style>
border-color css
<style>
span { border-color: #1551CA; }
span { border-color: rgb(21,81,202); }
td.TdClassName
{
border-color: #1551CA;
}
.TagClassName
{
border-color: #1551CA;
}
</style>