Shades of Denim #105EBA
Tints of Denim #105EBA
RGB
CMYK
RGB Variations
Color information
#105EBA (or 0x105EBA) is known color: Denim. HEX triplet: 10, 5E and BA. RGB value is (16,94,186). Sum of RGB (Red+Green+Blue) = 16+94+186=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #105EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105EBA is #EFA145. Grayscale: #505050. Windows color (decimal): -15704390 or 12213776. OLE color: 12213776.
HSL color Cylindrical-coordinate representation of color #105EBA: hue angle of 212.47º 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 #105EBA is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 94 | 186 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.27 |
| HSL | 212.47º | 0.84% | 0.4% | - |
| HSV(B) | 212.47º | 0.91% | 0.73% | - |
| XYZ | 13.08 | 11.66 | 48.02 | - |
| YUV | 81.17 | 187.16 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 94 | 186 | 0.91 | 0.49 | 0 | 0.27 | 212.47 | 0.84 | 0.4 |
| Hex | 10 | 5E | BA | 5B | 31 | 0 | 1B | D4 | 54 | 28 |
| Octal | 20 | 136 | 272 | 133 | 61 | 0 | 33 | 324 | 124 | 50 |
| Binary | 10000 | 1011110 | 10111010 | 1011011 | 110001 | 0 | 11011 | 11010100 | 1010100 | 101000 |
Color Harmonies of #105EBA
Complementary color
Monochromatic Colors of #105EBA
Black with #105EBA
Text Example
Text Example
White with #105EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105EBA; }
p { color: rgb(16,94,186); }
H1.HeaderClassName
{
color: #105EBA;
}
.AnyTagClassName
{
color: #105EBA;
}
</style>
background-color css
<style>
a { background-color: #105EBA; }
a { background-color: rgb(16,94,186); }
div.DivClassName
{
background-color: #105EBA;
}
.BgClassName
{
background-color: #105EBA;
}
</style>
border-color css
<style>
span { border-color: #105EBA; }
span { border-color: rgb(16,94,186); }
td.TdClassName
{
border-color: #105EBA;
}
.TagClassName
{
border-color: #105EBA;
}
</style>