Shades of Denim #105AB1
Tints of Denim #105AB1
RGB
CMYK
RGB Variations
Color information
#105AB1 (or 0x105AB1) is known color: Denim. HEX triplet: 10, 5A and B1. RGB value is (16,90,177). Sum of RGB (Red+Green+Blue) = 16+90+177=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 177 (69.53% from 255 or 62.54% from 283); Max value from RGB is 177 - color contains mainly: blue. Hex color #105AB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105AB1 is #EFA54E. Grayscale: #4D4D4D. Windows color (decimal): -15705423 or 11622928. OLE color: 11622928.
HSL color Cylindrical-coordinate representation of color #105AB1: hue angle of 212.42º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #105AB1 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 90 | 177 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.31 |
| HSL | 212.42º | 0.83% | 0.38% | - |
| HSV(B) | 212.42º | 0.91% | 0.69% | - |
| XYZ | 11.81 | 10.6 | 43.02 | - |
| YUV | 77.79 | 183.98 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 177 | 0.91 | 0.49 | 0 | 0.31 | 212.42 | 0.83 | 0.38 |
| Hex | 10 | 5A | B1 | 5B | 31 | 0 | 1F | D4 | 53 | 26 |
| Octal | 20 | 132 | 261 | 133 | 61 | 0 | 37 | 324 | 123 | 46 |
| Binary | 10000 | 1011010 | 10110001 | 1011011 | 110001 | 0 | 11111 | 11010100 | 1010011 | 100110 |
Color Harmonies of #105AB1
Complementary color
Monochromatic Colors of #105AB1
Black with #105AB1
Text Example
Text Example
White with #105AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105AB1; }
p { color: rgb(16,90,177); }
H1.HeaderClassName
{
color: #105AB1;
}
.AnyTagClassName
{
color: #105AB1;
}
</style>
background-color css
<style>
a { background-color: #105AB1; }
a { background-color: rgb(16,90,177); }
div.DivClassName
{
background-color: #105AB1;
}
.BgClassName
{
background-color: #105AB1;
}
</style>
border-color css
<style>
span { border-color: #105AB1; }
span { border-color: rgb(16,90,177); }
td.TdClassName
{
border-color: #105AB1;
}
.TagClassName
{
border-color: #105AB1;
}
</style>