Shades of Navy Blue #105ED2
Tints of Navy Blue #105ED2
RGB
CMYK
RGB Variations
Color information
#105ED2 (or 0x105ED2) is known color: Navy Blue. HEX triplet: 10, 5E and D2. RGB value is (16,94,210). Sum of RGB (Red+Green+Blue) = 16+94+210=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 210 (82.42% from 255 or 65.62% from 320); Max value from RGB is 210 - color contains mainly: blue. Hex color #105ED2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105ED2 is #EFA12D. Grayscale: #535353. Windows color (decimal): -15704366 or 13786640. OLE color: 13786640.
HSL color Cylindrical-coordinate representation of color #105ED2: hue angle of 215.88º 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 #105ED2 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 94 | 210 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.18 |
| HSL | 215.88º | 0.86% | 0.44% | - |
| HSV(B) | 215.88º | 0.92% | 0.82% | - |
| XYZ | 15.85 | 12.77 | 62.6 | - |
| YUV | 83.9 | 199.16 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 94 | 210 | 0.92 | 0.55 | 0 | 0.18 | 215.88 | 0.86 | 0.44 |
| Hex | 10 | 5E | D2 | 5C | 37 | 0 | 12 | D8 | 56 | 2C |
| Octal | 20 | 136 | 322 | 134 | 67 | 0 | 22 | 330 | 126 | 54 |
| Binary | 10000 | 1011110 | 11010010 | 1011100 | 110111 | 0 | 10010 | 11011000 | 1010110 | 101100 |
Color Harmonies of #105ED2
Complementary color
Monochromatic Colors of #105ED2
Black with #105ED2
Text Example
Text Example
White with #105ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105ED2; }
p { color: rgb(16,94,210); }
H1.HeaderClassName
{
color: #105ED2;
}
.AnyTagClassName
{
color: #105ED2;
}
</style>
background-color css
<style>
a { background-color: #105ED2; }
a { background-color: rgb(16,94,210); }
div.DivClassName
{
background-color: #105ED2;
}
.BgClassName
{
background-color: #105ED2;
}
</style>
border-color css
<style>
span { border-color: #105ED2; }
span { border-color: rgb(16,94,210); }
td.TdClassName
{
border-color: #105ED2;
}
.TagClassName
{
border-color: #105ED2;
}
</style>