Shades of Denim #105AD1
Tints of Denim #105AD1
RGB
CMYK
RGB Variations
Color information
#105AD1 (or 0x105AD1) is known color: Denim. HEX triplet: 10, 5A and D1. RGB value is (16,90,209). Sum of RGB (Red+Green+Blue) = 16+90+209=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 209 (82.03% from 255 or 66.35% from 315); Max value from RGB is 209 - color contains mainly: blue. Hex color #105AD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105AD1 is #EFA52E. Grayscale: #505050. Windows color (decimal): -15705391 or 13720080. OLE color: 13720080.
HSL color Cylindrical-coordinate representation of color #105AD1: hue angle of 216.99º 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 #105AD1 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 90 | 209 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.18 |
| HSL | 216.99º | 0.86% | 0.44% | - |
| HSV(B) | 216.99º | 0.92% | 0.82% | - |
| XYZ | 15.38 | 12.03 | 61.83 | - |
| YUV | 81.44 | 199.98 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 209 | 0.92 | 0.57 | 0 | 0.18 | 216.99 | 0.86 | 0.44 |
| Hex | 10 | 5A | D1 | 5C | 39 | 0 | 12 | D9 | 56 | 2C |
| Octal | 20 | 132 | 321 | 134 | 71 | 0 | 22 | 331 | 126 | 54 |
| Binary | 10000 | 1011010 | 11010001 | 1011100 | 111001 | 0 | 10010 | 11011001 | 1010110 | 101100 |
Color Harmonies of #105AD1
Complementary color
Monochromatic Colors of #105AD1
Black with #105AD1
Text Example
Text Example
White with #105AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105AD1; }
p { color: rgb(16,90,209); }
H1.HeaderClassName
{
color: #105AD1;
}
.AnyTagClassName
{
color: #105AD1;
}
</style>
background-color css
<style>
a { background-color: #105AD1; }
a { background-color: rgb(16,90,209); }
div.DivClassName
{
background-color: #105AD1;
}
.BgClassName
{
background-color: #105AD1;
}
</style>
border-color css
<style>
span { border-color: #105AD1; }
span { border-color: rgb(16,90,209); }
td.TdClassName
{
border-color: #105AD1;
}
.TagClassName
{
border-color: #105AD1;
}
</style>