Shades of Denim #1053BF
Tints of Denim #1053BF
RGB
CMYK
RGB Variations
Color information
#1053BF (or 0x1053BF) is known color: Denim. HEX triplet: 10, 53 and BF. RGB value is (16,83,191). Sum of RGB (Red+Green+Blue) = 16+83+191=290 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.52% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 191 (75% from 255 or 65.86% from 290); Max value from RGB is 191 - color contains mainly: blue. Hex color #1053BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1053BF is #EFAC40. Grayscale: #4A4A4A. Windows color (decimal): -15707201 or 12538640. OLE color: 12538640.
HSL color Cylindrical-coordinate representation of color #1053BF: hue angle of 217.03º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1053BF is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 83 | 191 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.25 |
| HSL | 217.03º | 0.85% | 0.41% | - |
| HSV(B) | 217.03º | 0.92% | 0.75% | - |
| XYZ | 12.71 | 10.06 | 50.56 | - |
| YUV | 75.28 | 193.3 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 191 | 0.92 | 0.57 | 0 | 0.25 | 217.03 | 0.85 | 0.41 |
| Hex | 10 | 53 | BF | 5C | 39 | 0 | 19 | D9 | 55 | 29 |
| Octal | 20 | 123 | 277 | 134 | 71 | 0 | 31 | 331 | 125 | 51 |
| Binary | 10000 | 1010011 | 10111111 | 1011100 | 111001 | 0 | 11001 | 11011001 | 1010101 | 101001 |
Color Harmonies of #1053BF
Complementary color
Monochromatic Colors of #1053BF
Black with #1053BF
Text Example
Text Example
White with #1053BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1053BF; }
p { color: rgb(16,83,191); }
H1.HeaderClassName
{
color: #1053BF;
}
.AnyTagClassName
{
color: #1053BF;
}
</style>
background-color css
<style>
a { background-color: #1053BF; }
a { background-color: rgb(16,83,191); }
div.DivClassName
{
background-color: #1053BF;
}
.BgClassName
{
background-color: #1053BF;
}
</style>
border-color css
<style>
span { border-color: #1053BF; }
span { border-color: rgb(16,83,191); }
td.TdClassName
{
border-color: #1053BF;
}
.TagClassName
{
border-color: #1053BF;
}
</style>