Shades of Navy Blue #106AED
Tints of Navy Blue #106AED
RGB
CMYK
RGB Variations
Color information
#106AED (or 0x106AED) is known color: Navy Blue. HEX triplet: 10, 6A and ED. RGB value is (16,106,237). Sum of RGB (Red+Green+Blue) = 16+106+237=359 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.46% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 237 (92.97% from 255 or 66.02% from 359); Max value from RGB is 237 - color contains mainly: blue. Hex color #106AED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106AED is #EF9512. Grayscale: #5D5D5D. Windows color (decimal): -15701267 or 15559184. OLE color: 15559184.
HSL color Cylindrical-coordinate representation of color #106AED: hue angle of 215.57º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106AED is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 106 | 237 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.07 |
| HSL | 215.57º | 0.87% | 0.5% | - |
| HSV(B) | 215.57º | 0.93% | 0.93% | - |
| XYZ | 20.65 | 16.53 | 82.22 | - |
| YUV | 94.02 | 208.68 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 106 | 237 | 0.93 | 0.55 | 0 | 0.07 | 215.57 | 0.87 | 0.5 |
| Hex | 10 | 6A | ED | 5D | 37 | 0 | 7 | D8 | 57 | 32 |
| Octal | 20 | 152 | 355 | 135 | 67 | 0 | 7 | 330 | 127 | 62 |
| Binary | 10000 | 1101010 | 11101101 | 1011101 | 110111 | 0 | 111 | 11011000 | 1010111 | 110010 |
Color Harmonies of #106AED
Complementary color
Monochromatic Colors of #106AED
Black with #106AED
Text Example
Text Example
White with #106AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106AED; }
p { color: rgb(16,106,237); }
H1.HeaderClassName
{
color: #106AED;
}
.AnyTagClassName
{
color: #106AED;
}
</style>
background-color css
<style>
a { background-color: #106AED; }
a { background-color: rgb(16,106,237); }
div.DivClassName
{
background-color: #106AED;
}
.BgClassName
{
background-color: #106AED;
}
</style>
border-color css
<style>
span { border-color: #106AED; }
span { border-color: rgb(16,106,237); }
td.TdClassName
{
border-color: #106AED;
}
.TagClassName
{
border-color: #106AED;
}
</style>