Shades of Denim #105AD2
Tints of Denim #105AD2
RGB
CMYK
RGB Variations
Color information
#105AD2 (or 0x105AD2) is known color: Denim. HEX triplet: 10, 5A and D2. RGB value is (16,90,210). Sum of RGB (Red+Green+Blue) = 16+90+210=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 210 (82.42% from 255 or 66.46% from 316); Max value from RGB is 210 - color contains mainly: blue. Hex color #105AD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105AD2 is #EFA52D. Grayscale: #515151. Windows color (decimal): -15705390 or 13785616. OLE color: 13785616.
HSL color Cylindrical-coordinate representation of color #105AD2: hue angle of 217.11º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #105AD2 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 90 | 210 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.18 |
| HSL | 217.11º | 0.86% | 0.44% | - |
| HSV(B) | 217.11º | 0.92% | 0.82% | - |
| XYZ | 15.5 | 12.08 | 62.49 | - |
| YUV | 81.55 | 200.48 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 210 | 0.92 | 0.57 | 0 | 0.18 | 217.11 | 0.86 | 0.44 |
| Hex | 10 | 5A | D2 | 5C | 39 | 0 | 12 | D9 | 56 | 2C |
| Octal | 20 | 132 | 322 | 134 | 71 | 0 | 22 | 331 | 126 | 54 |
| Binary | 10000 | 1011010 | 11010010 | 1011100 | 111001 | 0 | 10010 | 11011001 | 1010110 | 101100 |
Color Harmonies of #105AD2
Complementary color
Monochromatic Colors of #105AD2
Black with #105AD2
Text Example
Text Example
White with #105AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105AD2; }
p { color: rgb(16,90,210); }
H1.HeaderClassName
{
color: #105AD2;
}
.AnyTagClassName
{
color: #105AD2;
}
</style>
background-color css
<style>
a { background-color: #105AD2; }
a { background-color: rgb(16,90,210); }
div.DivClassName
{
background-color: #105AD2;
}
.BgClassName
{
background-color: #105AD2;
}
</style>
border-color css
<style>
span { border-color: #105AD2; }
span { border-color: rgb(16,90,210); }
td.TdClassName
{
border-color: #105AD2;
}
.TagClassName
{
border-color: #105AD2;
}
</style>