Shades of Navy Blue #106EE1
Tints of Navy Blue #106EE1
RGB
CMYK
RGB Variations
Color information
#106EE1 (or 0x106EE1) is known color: Navy Blue. HEX triplet: 10, 6E and E1. RGB value is (16,110,225). Sum of RGB (Red+Green+Blue) = 16+110+225=351 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.56% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 225 (88.28% from 255 or 64.10% from 351); Max value from RGB is 225 - color contains mainly: blue. Hex color #106EE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106EE1 is #EF911E. Grayscale: #5E5E5E. Windows color (decimal): -15700255 or 14773776. OLE color: 14773776.
HSL color Cylindrical-coordinate representation of color #106EE1: hue angle of 213.01º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106EE1 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 110 | 225 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.12 |
| HSL | 213.01º | 0.87% | 0.47% | - |
| HSV(B) | 213.01º | 0.93% | 0.88% | - |
| XYZ | 19.38 | 16.7 | 73.44 | - |
| YUV | 95 | 201.36 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 110 | 225 | 0.93 | 0.51 | 0 | 0.12 | 213.01 | 0.87 | 0.47 |
| Hex | 10 | 6E | E1 | 5D | 33 | 0 | C | D5 | 57 | 2F |
| Octal | 20 | 156 | 341 | 135 | 63 | 0 | 14 | 325 | 127 | 57 |
| Binary | 10000 | 1101110 | 11100001 | 1011101 | 110011 | 0 | 1100 | 11010101 | 1010111 | 101111 |
Color Harmonies of #106EE1
Complementary color
Monochromatic Colors of #106EE1
Black with #106EE1
Text Example
Text Example
White with #106EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106EE1; }
p { color: rgb(16,110,225); }
H1.HeaderClassName
{
color: #106EE1;
}
.AnyTagClassName
{
color: #106EE1;
}
</style>
background-color css
<style>
a { background-color: #106EE1; }
a { background-color: rgb(16,110,225); }
div.DivClassName
{
background-color: #106EE1;
}
.BgClassName
{
background-color: #106EE1;
}
</style>
border-color css
<style>
span { border-color: #106EE1; }
span { border-color: rgb(16,110,225); }
td.TdClassName
{
border-color: #106EE1;
}
.TagClassName
{
border-color: #106EE1;
}
</style>