Shades of Denim #105BAE
Tints of Denim #105BAE
RGB
CMYK
RGB Variations
Color information
#105BAE (or 0x105BAE) is known color: Denim. HEX triplet: 10, 5B and AE. RGB value is (16,91,174). Sum of RGB (Red+Green+Blue) = 16+91+174=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #105BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105BAE is #EFA451. Grayscale: #4D4D4D. Windows color (decimal): -15705170 or 11426576. OLE color: 11426576.
HSL color Cylindrical-coordinate representation of color #105BAE: hue angle of 211.52º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #105BAE is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 91 | 174 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.32 |
| HSL | 211.52º | 0.83% | 0.37% | - |
| HSV(B) | 211.52º | 0.91% | 0.68% | - |
| XYZ | 11.59 | 10.65 | 41.49 | - |
| YUV | 78.04 | 182.15 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 91 | 174 | 0.91 | 0.48 | 0 | 0.32 | 211.52 | 0.83 | 0.37 |
| Hex | 10 | 5B | AE | 5B | 30 | 0 | 20 | D4 | 53 | 25 |
| Octal | 20 | 133 | 256 | 133 | 60 | 0 | 40 | 324 | 123 | 45 |
| Binary | 10000 | 1011011 | 10101110 | 1011011 | 110000 | 0 | 100000 | 11010100 | 1010011 | 100101 |
Color Harmonies of #105BAE
Complementary color
Monochromatic Colors of #105BAE
Black with #105BAE
Text Example
Text Example
White with #105BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105BAE; }
p { color: rgb(16,91,174); }
H1.HeaderClassName
{
color: #105BAE;
}
.AnyTagClassName
{
color: #105BAE;
}
</style>
background-color css
<style>
a { background-color: #105BAE; }
a { background-color: rgb(16,91,174); }
div.DivClassName
{
background-color: #105BAE;
}
.BgClassName
{
background-color: #105BAE;
}
</style>
border-color css
<style>
span { border-color: #105BAE; }
span { border-color: rgb(16,91,174); }
td.TdClassName
{
border-color: #105BAE;
}
.TagClassName
{
border-color: #105BAE;
}
</style>