Shades of Denim #105BAC
Tints of Denim #105BAC
RGB
CMYK
RGB Variations
Color information
#105BAC (or 0x105BAC) is known color: Denim. HEX triplet: 10, 5B and AC. RGB value is (16,91,172). Sum of RGB (Red+Green+Blue) = 16+91+172=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #105BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105BAC is #EFA453. Grayscale: #4D4D4D. Windows color (decimal): -15705172 or 11295504. OLE color: 11295504.
HSL color Cylindrical-coordinate representation of color #105BAC: hue angle of 211.15º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #105BAC is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 91 | 172 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.33 |
| HSL | 211.15º | 0.83% | 0.37% | - |
| HSV(B) | 211.15º | 0.91% | 0.67% | - |
| XYZ | 11.4 | 10.57 | 40.47 | - |
| YUV | 77.81 | 181.15 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 91 | 172 | 0.91 | 0.47 | 0 | 0.33 | 211.15 | 0.83 | 0.37 |
| Hex | 10 | 5B | AC | 5B | 2F | 0 | 21 | D3 | 53 | 25 |
| Octal | 20 | 133 | 254 | 133 | 57 | 0 | 41 | 323 | 123 | 45 |
| Binary | 10000 | 1011011 | 10101100 | 1011011 | 101111 | 0 | 100001 | 11010011 | 1010011 | 100101 |
Color Harmonies of #105BAC
Complementary color
Monochromatic Colors of #105BAC
Black with #105BAC
Text Example
Text Example
White with #105BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105BAC; }
p { color: rgb(16,91,172); }
H1.HeaderClassName
{
color: #105BAC;
}
.AnyTagClassName
{
color: #105BAC;
}
</style>
background-color css
<style>
a { background-color: #105BAC; }
a { background-color: rgb(16,91,172); }
div.DivClassName
{
background-color: #105BAC;
}
.BgClassName
{
background-color: #105BAC;
}
</style>
border-color css
<style>
span { border-color: #105BAC; }
span { border-color: rgb(16,91,172); }
td.TdClassName
{
border-color: #105BAC;
}
.TagClassName
{
border-color: #105BAC;
}
</style>