Shades of Denim #105BBA
Tints of Denim #105BBA
RGB
CMYK
RGB Variations
Color information
#105BBA (or 0x105BBA) is known color: Denim. HEX triplet: 10, 5B and BA. RGB value is (16,91,186). Sum of RGB (Red+Green+Blue) = 16+91+186=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #105BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105BBA is #EFA445. Grayscale: #4E4E4E. Windows color (decimal): -15705158 or 12213008. OLE color: 12213008.
HSL color Cylindrical-coordinate representation of color #105BBA: hue angle of 213.53º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #105BBA is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 91 | 186 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.27 |
| HSL | 213.53º | 0.84% | 0.4% | - |
| HSV(B) | 213.53º | 0.91% | 0.73% | - |
| XYZ | 12.82 | 11.14 | 47.93 | - |
| YUV | 79.41 | 188.15 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 91 | 186 | 0.91 | 0.51 | 0 | 0.27 | 213.53 | 0.84 | 0.4 |
| Hex | 10 | 5B | BA | 5B | 33 | 0 | 1B | D6 | 54 | 28 |
| Octal | 20 | 133 | 272 | 133 | 63 | 0 | 33 | 326 | 124 | 50 |
| Binary | 10000 | 1011011 | 10111010 | 1011011 | 110011 | 0 | 11011 | 11010110 | 1010100 | 101000 |
Color Harmonies of #105BBA
Complementary color
Monochromatic Colors of #105BBA
Black with #105BBA
Text Example
Text Example
White with #105BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105BBA; }
p { color: rgb(16,91,186); }
H1.HeaderClassName
{
color: #105BBA;
}
.AnyTagClassName
{
color: #105BBA;
}
</style>
background-color css
<style>
a { background-color: #105BBA; }
a { background-color: rgb(16,91,186); }
div.DivClassName
{
background-color: #105BBA;
}
.BgClassName
{
background-color: #105BBA;
}
</style>
border-color css
<style>
span { border-color: #105BBA; }
span { border-color: rgb(16,91,186); }
td.TdClassName
{
border-color: #105BBA;
}
.TagClassName
{
border-color: #105BBA;
}
</style>