Shades of Denim #105BA4
Tints of Denim #105BA4
RGB
CMYK
RGB Variations
Color information
#105BA4 (or 0x105BA4) is known color: Denim. HEX triplet: 10, 5B and A4. RGB value is (16,91,164). Sum of RGB (Red+Green+Blue) = 16+91+164=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 164 (64.45% from 255 or 60.52% from 271); Max value from RGB is 164 - color contains mainly: blue. Hex color #105BA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105BA4 is #EFA45B. Grayscale: #4C4C4C. Windows color (decimal): -15705180 or 10771216. OLE color: 10771216.
HSL color Cylindrical-coordinate representation of color #105BA4: hue angle of 209.59º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #105BA4 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 91 | 164 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.36 |
| HSL | 209.59º | 0.82% | 0.35% | - |
| HSV(B) | 209.59º | 0.9% | 0.64% | - |
| XYZ | 10.66 | 10.27 | 36.54 | - |
| YUV | 76.9 | 177.15 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 91 | 164 | 0.90 | 0.45 | 0 | 0.36 | 209.59 | 0.82 | 0.35 |
| Hex | 10 | 5B | A4 | 5A | 2D | 0 | 24 | D2 | 52 | 23 |
| Octal | 20 | 133 | 244 | 132 | 55 | 0 | 44 | 322 | 122 | 43 |
| Binary | 10000 | 1011011 | 10100100 | 1011010 | 101101 | 0 | 100100 | 11010010 | 1010010 | 100011 |
Color Harmonies of #105BA4
Complementary color
Monochromatic Colors of #105BA4
Black with #105BA4
Text Example
Text Example
White with #105BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105BA4; }
p { color: rgb(16,91,164); }
H1.HeaderClassName
{
color: #105BA4;
}
.AnyTagClassName
{
color: #105BA4;
}
</style>
background-color css
<style>
a { background-color: #105BA4; }
a { background-color: rgb(16,91,164); }
div.DivClassName
{
background-color: #105BA4;
}
.BgClassName
{
background-color: #105BA4;
}
</style>
border-color css
<style>
span { border-color: #105BA4; }
span { border-color: rgb(16,91,164); }
td.TdClassName
{
border-color: #105BA4;
}
.TagClassName
{
border-color: #105BA4;
}
</style>