Shades of Navy Blue #105BDA
Tints of Navy Blue #105BDA
RGB
CMYK
RGB Variations
Color information
#105BDA (or 0x105BDA) is known color: Navy Blue. HEX triplet: 10, 5B and DA. RGB value is (16,91,218). Sum of RGB (Red+Green+Blue) = 16+91+218=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 218 (85.55% from 255 or 67.08% from 325); Max value from RGB is 218 - color contains mainly: blue. Hex color #105BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105BDA is #EFA425. Grayscale: #525252. Windows color (decimal): -15705126 or 14310160. OLE color: 14310160.
HSL color Cylindrical-coordinate representation of color #105BDA: hue angle of 217.72º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105BDA is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 91 | 218 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.15 |
| HSL | 217.72º | 0.86% | 0.46% | - |
| HSV(B) | 217.72º | 0.93% | 0.85% | - |
| XYZ | 16.61 | 12.65 | 67.9 | - |
| YUV | 83.05 | 204.15 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 91 | 218 | 0.93 | 0.58 | 0 | 0.15 | 217.72 | 0.86 | 0.46 |
| Hex | 10 | 5B | DA | 5D | 3A | 0 | F | DA | 56 | 2E |
| Octal | 20 | 133 | 332 | 135 | 72 | 0 | 17 | 332 | 126 | 56 |
| Binary | 10000 | 1011011 | 11011010 | 1011101 | 111010 | 0 | 1111 | 11011010 | 1010110 | 101110 |
Color Harmonies of #105BDA
Complementary color
Monochromatic Colors of #105BDA
Black with #105BDA
Text Example
Text Example
White with #105BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105BDA; }
p { color: rgb(16,91,218); }
H1.HeaderClassName
{
color: #105BDA;
}
.AnyTagClassName
{
color: #105BDA;
}
</style>
background-color css
<style>
a { background-color: #105BDA; }
a { background-color: rgb(16,91,218); }
div.DivClassName
{
background-color: #105BDA;
}
.BgClassName
{
background-color: #105BDA;
}
</style>
border-color css
<style>
span { border-color: #105BDA; }
span { border-color: rgb(16,91,218); }
td.TdClassName
{
border-color: #105BDA;
}
.TagClassName
{
border-color: #105BDA;
}
</style>