Shades of Navy Blue #105AD6
Tints of Navy Blue #105AD6
RGB
CMYK
RGB Variations
Color information
#105AD6 (or 0x105AD6) is known color: Navy Blue. HEX triplet: 10, 5A and D6. RGB value is (16,90,214). Sum of RGB (Red+Green+Blue) = 16+90+214=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 214 (83.98% from 255 or 66.88% from 320); Max value from RGB is 214 - color contains mainly: blue. Hex color #105AD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105AD6 is #EFA529. Grayscale: #515151. Windows color (decimal): -15705386 or 14047760. OLE color: 14047760.
HSL color Cylindrical-coordinate representation of color #105AD6: hue angle of 217.58º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105AD6 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 90 | 214 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.16 |
| HSL | 217.58º | 0.86% | 0.45% | - |
| HSV(B) | 217.58º | 0.93% | 0.84% | - |
| XYZ | 16.01 | 12.28 | 65.14 | - |
| YUV | 82.01 | 202.48 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 214 | 0.93 | 0.58 | 0 | 0.16 | 217.58 | 0.86 | 0.45 |
| Hex | 10 | 5A | D6 | 5D | 3A | 0 | 10 | DA | 56 | 2D |
| Octal | 20 | 132 | 326 | 135 | 72 | 0 | 20 | 332 | 126 | 55 |
| Binary | 10000 | 1011010 | 11010110 | 1011101 | 111010 | 0 | 10000 | 11011010 | 1010110 | 101101 |
Color Harmonies of #105AD6
Complementary color
Monochromatic Colors of #105AD6
Black with #105AD6
Text Example
Text Example
White with #105AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105AD6; }
p { color: rgb(16,90,214); }
H1.HeaderClassName
{
color: #105AD6;
}
.AnyTagClassName
{
color: #105AD6;
}
</style>
background-color css
<style>
a { background-color: #105AD6; }
a { background-color: rgb(16,90,214); }
div.DivClassName
{
background-color: #105AD6;
}
.BgClassName
{
background-color: #105AD6;
}
</style>
border-color css
<style>
span { border-color: #105AD6; }
span { border-color: rgb(16,90,214); }
td.TdClassName
{
border-color: #105AD6;
}
.TagClassName
{
border-color: #105AD6;
}
</style>