Shades of Denim #105BB1
Tints of Denim #105BB1
RGB
CMYK
RGB Variations
Color information
#105BB1 (or 0x105BB1) is known color: Denim. HEX triplet: 10, 5B and B1. RGB value is (16,91,177). Sum of RGB (Red+Green+Blue) = 16+91+177=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 177 (69.53% from 255 or 62.32% from 284); Max value from RGB is 177 - color contains mainly: blue. Hex color #105BB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105BB1 is #EFA44E. Grayscale: #4D4D4D. Windows color (decimal): -15705167 or 11623184. OLE color: 11623184.
HSL color Cylindrical-coordinate representation of color #105BB1: hue angle of 212.05º 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 #105BB1 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 91 | 177 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.31 |
| HSL | 212.05º | 0.83% | 0.38% | - |
| HSV(B) | 212.05º | 0.91% | 0.69% | - |
| XYZ | 11.89 | 10.77 | 43.05 | - |
| YUV | 78.38 | 183.65 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 91 | 177 | 0.91 | 0.49 | 0 | 0.31 | 212.05 | 0.83 | 0.38 |
| Hex | 10 | 5B | B1 | 5B | 31 | 0 | 1F | D4 | 53 | 26 |
| Octal | 20 | 133 | 261 | 133 | 61 | 0 | 37 | 324 | 123 | 46 |
| Binary | 10000 | 1011011 | 10110001 | 1011011 | 110001 | 0 | 11111 | 11010100 | 1010011 | 100110 |
Color Harmonies of #105BB1
Complementary color
Monochromatic Colors of #105BB1
Black with #105BB1
Text Example
Text Example
White with #105BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105BB1; }
p { color: rgb(16,91,177); }
H1.HeaderClassName
{
color: #105BB1;
}
.AnyTagClassName
{
color: #105BB1;
}
</style>
background-color css
<style>
a { background-color: #105BB1; }
a { background-color: rgb(16,91,177); }
div.DivClassName
{
background-color: #105BB1;
}
.BgClassName
{
background-color: #105BB1;
}
</style>
border-color css
<style>
span { border-color: #105BB1; }
span { border-color: rgb(16,91,177); }
td.TdClassName
{
border-color: #105BB1;
}
.TagClassName
{
border-color: #105BB1;
}
</style>