Shades of Denim #1053CC
Tints of Denim #1053CC
RGB
CMYK
RGB Variations
Color information
#1053CC (or 0x1053CC) is known color: Denim. HEX triplet: 10, 53 and CC. RGB value is (16,83,204). Sum of RGB (Red+Green+Blue) = 16+83+204=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #1053CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1053CC is #EFAC33. Grayscale: #4C4C4C. Windows color (decimal): -15707188 or 13390608. OLE color: 13390608.
HSL color Cylindrical-coordinate representation of color #1053CC: hue angle of 218.62º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1053CC is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 83 | 204 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.2 |
| HSL | 218.62º | 0.85% | 0.43% | - |
| HSV(B) | 218.62º | 0.92% | 0.8% | - |
| XYZ | 14.21 | 10.66 | 58.43 | - |
| YUV | 76.76 | 199.8 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 204 | 0.92 | 0.59 | 0 | 0.2 | 218.62 | 0.85 | 0.43 |
| Hex | 10 | 53 | CC | 5C | 3B | 0 | 14 | DB | 55 | 2B |
| Octal | 20 | 123 | 314 | 134 | 73 | 0 | 24 | 333 | 125 | 53 |
| Binary | 10000 | 1010011 | 11001100 | 1011100 | 111011 | 0 | 10100 | 11011011 | 1010101 | 101011 |
Color Harmonies of #1053CC
Complementary color
Monochromatic Colors of #1053CC
Black with #1053CC
Text Example
Text Example
White with #1053CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1053CC; }
p { color: rgb(16,83,204); }
H1.HeaderClassName
{
color: #1053CC;
}
.AnyTagClassName
{
color: #1053CC;
}
</style>
background-color css
<style>
a { background-color: #1053CC; }
a { background-color: rgb(16,83,204); }
div.DivClassName
{
background-color: #1053CC;
}
.BgClassName
{
background-color: #1053CC;
}
</style>
border-color css
<style>
span { border-color: #1053CC; }
span { border-color: rgb(16,83,204); }
td.TdClassName
{
border-color: #1053CC;
}
.TagClassName
{
border-color: #1053CC;
}
</style>