Shades of Denim #105BCE
Tints of Denim #105BCE
RGB
CMYK
RGB Variations
Color information
#105BCE (or 0x105BCE) is known color: Denim. HEX triplet: 10, 5B and CE. RGB value is (16,91,206). Sum of RGB (Red+Green+Blue) = 16+91+206=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #105BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105BCE is #EFA431. Grayscale: #515151. Windows color (decimal): -15705138 or 13523728. OLE color: 13523728.
HSL color Cylindrical-coordinate representation of color #105BCE: hue angle of 216.32º 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 #105BCE is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 91 | 206 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.19 |
| HSL | 216.32º | 0.86% | 0.44% | - |
| HSV(B) | 216.32º | 0.92% | 0.81% | - |
| XYZ | 15.1 | 12.05 | 59.92 | - |
| YUV | 81.69 | 198.15 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 91 | 206 | 0.92 | 0.56 | 0 | 0.19 | 216.32 | 0.86 | 0.44 |
| Hex | 10 | 5B | CE | 5C | 38 | 0 | 13 | D8 | 56 | 2C |
| Octal | 20 | 133 | 316 | 134 | 70 | 0 | 23 | 330 | 126 | 54 |
| Binary | 10000 | 1011011 | 11001110 | 1011100 | 111000 | 0 | 10011 | 11011000 | 1010110 | 101100 |
Color Harmonies of #105BCE
Complementary color
Monochromatic Colors of #105BCE
Black with #105BCE
Text Example
Text Example
White with #105BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105BCE; }
p { color: rgb(16,91,206); }
H1.HeaderClassName
{
color: #105BCE;
}
.AnyTagClassName
{
color: #105BCE;
}
</style>
background-color css
<style>
a { background-color: #105BCE; }
a { background-color: rgb(16,91,206); }
div.DivClassName
{
background-color: #105BCE;
}
.BgClassName
{
background-color: #105BCE;
}
</style>
border-color css
<style>
span { border-color: #105BCE; }
span { border-color: rgb(16,91,206); }
td.TdClassName
{
border-color: #105BCE;
}
.TagClassName
{
border-color: #105BCE;
}
</style>