Shades of Navy Blue #105DDE
Tints of Navy Blue #105DDE
RGB
CMYK
RGB Variations
Color information
#105DDE (or 0x105DDE) is known color: Navy Blue. HEX triplet: 10, 5D and DE. RGB value is (16,93,222). Sum of RGB (Red+Green+Blue) = 16+93+222=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 222 (87.11% from 255 or 67.07% from 331); Max value from RGB is 222 - color contains mainly: blue. Hex color #105DDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105DDE is #EFA221. Grayscale: #545454. Windows color (decimal): -15704610 or 14572816. OLE color: 14572816.
HSL color Cylindrical-coordinate representation of color #105DDE: hue angle of 217.57º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105DDE is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 93 | 222 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.13 |
| HSL | 217.57º | 0.87% | 0.47% | - |
| HSV(B) | 217.57º | 0.93% | 0.87% | - |
| XYZ | 17.31 | 13.21 | 70.75 | - |
| YUV | 84.68 | 205.49 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 93 | 222 | 0.93 | 0.58 | 0 | 0.13 | 217.57 | 0.87 | 0.47 |
| Hex | 10 | 5D | DE | 5D | 3A | 0 | D | DA | 57 | 2F |
| Octal | 20 | 135 | 336 | 135 | 72 | 0 | 15 | 332 | 127 | 57 |
| Binary | 10000 | 1011101 | 11011110 | 1011101 | 111010 | 0 | 1101 | 11011010 | 1010111 | 101111 |
Color Harmonies of #105DDE
Complementary color
Monochromatic Colors of #105DDE
Black with #105DDE
Text Example
Text Example
White with #105DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105DDE; }
p { color: rgb(16,93,222); }
H1.HeaderClassName
{
color: #105DDE;
}
.AnyTagClassName
{
color: #105DDE;
}
</style>
background-color css
<style>
a { background-color: #105DDE; }
a { background-color: rgb(16,93,222); }
div.DivClassName
{
background-color: #105DDE;
}
.BgClassName
{
background-color: #105DDE;
}
</style>
border-color css
<style>
span { border-color: #105DDE; }
span { border-color: rgb(16,93,222); }
td.TdClassName
{
border-color: #105DDE;
}
.TagClassName
{
border-color: #105DDE;
}
</style>