Shades of Denim #1053CE
Tints of Denim #1053CE
RGB
CMYK
RGB Variations
Color information
#1053CE (or 0x1053CE) is known color: Denim. HEX triplet: 10, 53 and CE. RGB value is (16,83,206). Sum of RGB (Red+Green+Blue) = 16+83+206=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #1053CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1053CE is #EFAC31. Grayscale: #4C4C4C. Windows color (decimal): -15707186 or 13521680. OLE color: 13521680.
HSL color Cylindrical-coordinate representation of color #1053CE: hue angle of 218.84º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1053CE is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 83 | 206 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.19 |
| HSL | 218.84º | 0.86% | 0.44% | - |
| HSV(B) | 218.84º | 0.92% | 0.81% | - |
| XYZ | 14.45 | 10.75 | 59.71 | - |
| YUV | 76.99 | 200.8 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 206 | 0.92 | 0.60 | 0 | 0.19 | 218.84 | 0.86 | 0.44 |
| Hex | 10 | 53 | CE | 5C | 3C | 0 | 13 | DB | 56 | 2C |
| Octal | 20 | 123 | 316 | 134 | 74 | 0 | 23 | 333 | 126 | 54 |
| Binary | 10000 | 1010011 | 11001110 | 1011100 | 111100 | 0 | 10011 | 11011011 | 1010110 | 101100 |
Color Harmonies of #1053CE
Complementary color
Monochromatic Colors of #1053CE
Black with #1053CE
Text Example
Text Example
White with #1053CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1053CE; }
p { color: rgb(16,83,206); }
H1.HeaderClassName
{
color: #1053CE;
}
.AnyTagClassName
{
color: #1053CE;
}
</style>
background-color css
<style>
a { background-color: #1053CE; }
a { background-color: rgb(16,83,206); }
div.DivClassName
{
background-color: #1053CE;
}
.BgClassName
{
background-color: #1053CE;
}
</style>
border-color css
<style>
span { border-color: #1053CE; }
span { border-color: rgb(16,83,206); }
td.TdClassName
{
border-color: #1053CE;
}
.TagClassName
{
border-color: #1053CE;
}
</style>