Shades of Denim #105AB4
Tints of Denim #105AB4
RGB
CMYK
RGB Variations
Color information
#105AB4 (or 0x105AB4) is known color: Denim. HEX triplet: 10, 5A and B4. RGB value is (16,90,180). Sum of RGB (Red+Green+Blue) = 16+90+180=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 180 (70.70% from 255 or 62.94% from 286); Max value from RGB is 180 - color contains mainly: blue. Hex color #105AB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105AB4 is #EFA54B. Grayscale: #4D4D4D. Windows color (decimal): -15705420 or 11819536. OLE color: 11819536.
HSL color Cylindrical-coordinate representation of color #105AB4: hue angle of 212.93º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #105AB4 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 90 | 180 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.29 |
| HSL | 212.93º | 0.84% | 0.38% | - |
| HSV(B) | 212.93º | 0.91% | 0.71% | - |
| XYZ | 12.11 | 10.72 | 44.61 | - |
| YUV | 78.13 | 185.48 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 180 | 0.91 | 0.50 | 0 | 0.29 | 212.93 | 0.84 | 0.38 |
| Hex | 10 | 5A | B4 | 5B | 32 | 0 | 1D | D5 | 54 | 26 |
| Octal | 20 | 132 | 264 | 133 | 62 | 0 | 35 | 325 | 124 | 46 |
| Binary | 10000 | 1011010 | 10110100 | 1011011 | 110010 | 0 | 11101 | 11010101 | 1010100 | 100110 |
Color Harmonies of #105AB4
Complementary color
Monochromatic Colors of #105AB4
Black with #105AB4
Text Example
Text Example
White with #105AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105AB4; }
p { color: rgb(16,90,180); }
H1.HeaderClassName
{
color: #105AB4;
}
.AnyTagClassName
{
color: #105AB4;
}
</style>
background-color css
<style>
a { background-color: #105AB4; }
a { background-color: rgb(16,90,180); }
div.DivClassName
{
background-color: #105AB4;
}
.BgClassName
{
background-color: #105AB4;
}
</style>
border-color css
<style>
span { border-color: #105AB4; }
span { border-color: rgb(16,90,180); }
td.TdClassName
{
border-color: #105AB4;
}
.TagClassName
{
border-color: #105AB4;
}
</style>