Shades of Denim #105CBA
Tints of Denim #105CBA
RGB
CMYK
RGB Variations
Color information
#105CBA (or 0x105CBA) is known color: Denim. HEX triplet: 10, 5C and BA. RGB value is (16,92,186). Sum of RGB (Red+Green+Blue) = 16+92+186=294 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.44% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #105CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105CBA is #EFA345. Grayscale: #4F4F4F. Windows color (decimal): -15704902 or 12213264. OLE color: 12213264.
HSL color Cylindrical-coordinate representation of color #105CBA: hue angle of 213.18º 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 #105CBA is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 92 | 186 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.27 |
| HSL | 213.18º | 0.84% | 0.4% | - |
| HSV(B) | 213.18º | 0.91% | 0.73% | - |
| XYZ | 12.9 | 11.31 | 47.96 | - |
| YUV | 79.99 | 187.82 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 186 | 0.91 | 0.51 | 0 | 0.27 | 213.18 | 0.84 | 0.4 |
| Hex | 10 | 5C | BA | 5B | 33 | 0 | 1B | D5 | 54 | 28 |
| Octal | 20 | 134 | 272 | 133 | 63 | 0 | 33 | 325 | 124 | 50 |
| Binary | 10000 | 1011100 | 10111010 | 1011011 | 110011 | 0 | 11011 | 11010101 | 1010100 | 101000 |
Color Harmonies of #105CBA
Complementary color
Monochromatic Colors of #105CBA
Black with #105CBA
Text Example
Text Example
White with #105CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105CBA; }
p { color: rgb(16,92,186); }
H1.HeaderClassName
{
color: #105CBA;
}
.AnyTagClassName
{
color: #105CBA;
}
</style>
background-color css
<style>
a { background-color: #105CBA; }
a { background-color: rgb(16,92,186); }
div.DivClassName
{
background-color: #105CBA;
}
.BgClassName
{
background-color: #105CBA;
}
</style>
border-color css
<style>
span { border-color: #105CBA; }
span { border-color: rgb(16,92,186); }
td.TdClassName
{
border-color: #105CBA;
}
.TagClassName
{
border-color: #105CBA;
}
</style>