Shades of Denim #105DCB
Tints of Denim #105DCB
RGB
CMYK
RGB Variations
Color information
#105DCB (or 0x105DCB) is known color: Denim. HEX triplet: 10, 5D and CB. RGB value is (16,93,203). Sum of RGB (Red+Green+Blue) = 16+93+203=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #105DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105DCB is #EFA234. Grayscale: #525252. Windows color (decimal): -15704629 or 13327632. OLE color: 13327632.
HSL color Cylindrical-coordinate representation of color #105DCB: hue angle of 215.29º 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 #105DCB is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 93 | 203 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.20 |
| HSL | 215.29º | 0.85% | 0.43% | - |
| HSV(B) | 215.29º | 0.92% | 0.8% | - |
| XYZ | 14.91 | 12.25 | 58.08 | - |
| YUV | 82.52 | 195.99 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 203 | 0.92 | 0.54 | 0 | 0.20 | 215.29 | 0.85 | 0.43 |
| Hex | 10 | 5D | CB | 5C | 36 | 0 | 14 | D7 | 55 | 2B |
| Octal | 20 | 135 | 313 | 134 | 66 | 0 | 24 | 327 | 125 | 53 |
| Binary | 10000 | 1011101 | 11001011 | 1011100 | 110110 | 0 | 10100 | 11010111 | 1010101 | 101011 |
Color Harmonies of #105DCB
Complementary color
Monochromatic Colors of #105DCB
Black with #105DCB
Text Example
Text Example
White with #105DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105DCB; }
p { color: rgb(16,93,203); }
H1.HeaderClassName
{
color: #105DCB;
}
.AnyTagClassName
{
color: #105DCB;
}
</style>
background-color css
<style>
a { background-color: #105DCB; }
a { background-color: rgb(16,93,203); }
div.DivClassName
{
background-color: #105DCB;
}
.BgClassName
{
background-color: #105DCB;
}
</style>
border-color css
<style>
span { border-color: #105DCB; }
span { border-color: rgb(16,93,203); }
td.TdClassName
{
border-color: #105DCB;
}
.TagClassName
{
border-color: #105DCB;
}
</style>