Shades of Navy Blue #105ADC
Tints of Navy Blue #105ADC
RGB
CMYK
RGB Variations
Color information
#105ADC (or 0x105ADC) is known color: Navy Blue. HEX triplet: 10, 5A and DC. RGB value is (16,90,220). Sum of RGB (Red+Green+Blue) = 16+90+220=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #105ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105ADC is #EFA523. Grayscale: #525252. Windows color (decimal): -15705380 or 14440976. OLE color: 14440976.
HSL color Cylindrical-coordinate representation of color #105ADC: hue angle of 218.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105ADC is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 90 | 220 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.14 |
| HSL | 218.24º | 0.86% | 0.46% | - |
| HSV(B) | 218.24º | 0.93% | 0.86% | - |
| XYZ | 16.79 | 12.59 | 69.26 | - |
| YUV | 82.69 | 205.48 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 220 | 0.93 | 0.59 | 0 | 0.14 | 218.24 | 0.86 | 0.46 |
| Hex | 10 | 5A | DC | 5D | 3B | 0 | E | DA | 56 | 2E |
| Octal | 20 | 132 | 334 | 135 | 73 | 0 | 16 | 332 | 126 | 56 |
| Binary | 10000 | 1011010 | 11011100 | 1011101 | 111011 | 0 | 1110 | 11011010 | 1010110 | 101110 |
Color Harmonies of #105ADC
Complementary color
Monochromatic Colors of #105ADC
Black with #105ADC
Text Example
Text Example
White with #105ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105ADC; }
p { color: rgb(16,90,220); }
H1.HeaderClassName
{
color: #105ADC;
}
.AnyTagClassName
{
color: #105ADC;
}
</style>
background-color css
<style>
a { background-color: #105ADC; }
a { background-color: rgb(16,90,220); }
div.DivClassName
{
background-color: #105ADC;
}
.BgClassName
{
background-color: #105ADC;
}
</style>
border-color css
<style>
span { border-color: #105ADC; }
span { border-color: rgb(16,90,220); }
td.TdClassName
{
border-color: #105ADC;
}
.TagClassName
{
border-color: #105ADC;
}
</style>