Shades of Navy Blue #106BED
Tints of Navy Blue #106BED
RGB
CMYK
RGB Variations
Color information
#106BED (or 0x106BED) is known color: Navy Blue. HEX triplet: 10, 6B and ED. RGB value is (16,107,237). Sum of RGB (Red+Green+Blue) = 16+107+237=360 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.44% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 237 (92.97% from 255 or 65.83% from 360); Max value from RGB is 237 - color contains mainly: blue. Hex color #106BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106BED is #EF9412. Grayscale: #5E5E5E. Windows color (decimal): -15701011 or 15559440. OLE color: 15559440.
HSL color Cylindrical-coordinate representation of color #106BED: hue angle of 215.29º 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 #106BED is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 107 | 237 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.07 |
| HSL | 215.29º | 0.87% | 0.5% | - |
| HSV(B) | 215.29º | 0.93% | 0.93% | - |
| XYZ | 20.76 | 16.74 | 82.26 | - |
| YUV | 94.61 | 208.35 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 107 | 237 | 0.93 | 0.55 | 0 | 0.07 | 215.29 | 0.87 | 0.5 |
| Hex | 10 | 6B | ED | 5D | 37 | 0 | 7 | D7 | 57 | 32 |
| Octal | 20 | 153 | 355 | 135 | 67 | 0 | 7 | 327 | 127 | 62 |
| Binary | 10000 | 1101011 | 11101101 | 1011101 | 110111 | 0 | 111 | 11010111 | 1010111 | 110010 |
Color Harmonies of #106BED
Complementary color
Monochromatic Colors of #106BED
Black with #106BED
Text Example
Text Example
White with #106BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106BED; }
p { color: rgb(16,107,237); }
H1.HeaderClassName
{
color: #106BED;
}
.AnyTagClassName
{
color: #106BED;
}
</style>
background-color css
<style>
a { background-color: #106BED; }
a { background-color: rgb(16,107,237); }
div.DivClassName
{
background-color: #106BED;
}
.BgClassName
{
background-color: #106BED;
}
</style>
border-color css
<style>
span { border-color: #106BED; }
span { border-color: rgb(16,107,237); }
td.TdClassName
{
border-color: #106BED;
}
.TagClassName
{
border-color: #106BED;
}
</style>