Shades of Denim #1051C9
Tints of Denim #1051C9
RGB
CMYK
RGB Variations
Color information
#1051C9 (or 0x1051C9) is known color: Denim. HEX triplet: 10, 51 and C9. RGB value is (16,81,201). Sum of RGB (Red+Green+Blue) = 16+81+201=298 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.37% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 201 (78.91% from 255 or 67.45% from 298); Max value from RGB is 201 - color contains mainly: blue. Hex color #1051C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1051C9 is #EFAE36. Grayscale: #4A4A4A. Windows color (decimal): -15707703 or 13193488. OLE color: 13193488.
HSL color Cylindrical-coordinate representation of color #1051C9: hue angle of 218.92º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1051C9 is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 81 | 201 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.21 |
| HSL | 218.92º | 0.85% | 0.43% | - |
| HSV(B) | 218.92º | 0.92% | 0.79% | - |
| XYZ | 13.7 | 10.21 | 56.51 | - |
| YUV | 75.25 | 198.97 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 201 | 0.92 | 0.60 | 0 | 0.21 | 218.92 | 0.85 | 0.43 |
| Hex | 10 | 51 | C9 | 5C | 3C | 0 | 15 | DB | 55 | 2B |
| Octal | 20 | 121 | 311 | 134 | 74 | 0 | 25 | 333 | 125 | 53 |
| Binary | 10000 | 1010001 | 11001001 | 1011100 | 111100 | 0 | 10101 | 11011011 | 1010101 | 101011 |
Color Harmonies of #1051C9
Complementary color
Monochromatic Colors of #1051C9
Black with #1051C9
Text Example
Text Example
White with #1051C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1051C9; }
p { color: rgb(16,81,201); }
H1.HeaderClassName
{
color: #1051C9;
}
.AnyTagClassName
{
color: #1051C9;
}
</style>
background-color css
<style>
a { background-color: #1051C9; }
a { background-color: rgb(16,81,201); }
div.DivClassName
{
background-color: #1051C9;
}
.BgClassName
{
background-color: #1051C9;
}
</style>
border-color css
<style>
span { border-color: #1051C9; }
span { border-color: rgb(16,81,201); }
td.TdClassName
{
border-color: #1051C9;
}
.TagClassName
{
border-color: #1051C9;
}
</style>