Shades of Denim #105DAE
Tints of Denim #105DAE
RGB
CMYK
RGB Variations
Color information
#105DAE (or 0x105DAE) is known color: Denim. HEX triplet: 10, 5D and AE. RGB value is (16,93,174). Sum of RGB (Red+Green+Blue) = 16+93+174=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #105DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105DAE is #EFA251. Grayscale: #4E4E4E. Windows color (decimal): -15704658 or 11427088. OLE color: 11427088.
HSL color Cylindrical-coordinate representation of color #105DAE: hue angle of 210.76º 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 #105DAE is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 93 | 174 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.32 |
| HSL | 210.76º | 0.83% | 0.37% | - |
| HSV(B) | 210.76º | 0.91% | 0.68% | - |
| XYZ | 11.77 | 10.99 | 41.55 | - |
| YUV | 79.21 | 181.49 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 174 | 0.91 | 0.47 | 0 | 0.32 | 210.76 | 0.83 | 0.37 |
| Hex | 10 | 5D | AE | 5B | 2F | 0 | 20 | D3 | 53 | 25 |
| Octal | 20 | 135 | 256 | 133 | 57 | 0 | 40 | 323 | 123 | 45 |
| Binary | 10000 | 1011101 | 10101110 | 1011011 | 101111 | 0 | 100000 | 11010011 | 1010011 | 100101 |
Color Harmonies of #105DAE
Complementary color
Monochromatic Colors of #105DAE
Black with #105DAE
Text Example
Text Example
White with #105DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105DAE; }
p { color: rgb(16,93,174); }
H1.HeaderClassName
{
color: #105DAE;
}
.AnyTagClassName
{
color: #105DAE;
}
</style>
background-color css
<style>
a { background-color: #105DAE; }
a { background-color: rgb(16,93,174); }
div.DivClassName
{
background-color: #105DAE;
}
.BgClassName
{
background-color: #105DAE;
}
</style>
border-color css
<style>
span { border-color: #105DAE; }
span { border-color: rgb(16,93,174); }
td.TdClassName
{
border-color: #105DAE;
}
.TagClassName
{
border-color: #105DAE;
}
</style>