Shades of Navy Blue #106BE3
Tints of Navy Blue #106BE3
RGB
CMYK
RGB Variations
Color information
#106BE3 (or 0x106BE3) is known color: Navy Blue. HEX triplet: 10, 6B and E3. RGB value is (16,107,227). Sum of RGB (Red+Green+Blue) = 16+107+227=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 227 (89.06% from 255 or 64.86% from 350); Max value from RGB is 227 - color contains mainly: blue. Hex color #106BE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106BE3 is #EF941C. Grayscale: #5C5C5C. Windows color (decimal): -15701021 or 14904080. OLE color: 14904080.
HSL color Cylindrical-coordinate representation of color #106BE3: hue angle of 214.12º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106BE3 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 107 | 227 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.11 |
| HSL | 214.12º | 0.87% | 0.48% | - |
| HSV(B) | 214.12º | 0.93% | 0.89% | - |
| XYZ | 19.34 | 16.17 | 74.78 | - |
| YUV | 93.47 | 203.35 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 107 | 227 | 0.93 | 0.53 | 0 | 0.11 | 214.12 | 0.87 | 0.48 |
| Hex | 10 | 6B | E3 | 5D | 35 | 0 | B | D6 | 57 | 30 |
| Octal | 20 | 153 | 343 | 135 | 65 | 0 | 13 | 326 | 127 | 60 |
| Binary | 10000 | 1101011 | 11100011 | 1011101 | 110101 | 0 | 1011 | 11010110 | 1010111 | 110000 |
Color Harmonies of #106BE3
Complementary color
Monochromatic Colors of #106BE3
Black with #106BE3
Text Example
Text Example
White with #106BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106BE3; }
p { color: rgb(16,107,227); }
H1.HeaderClassName
{
color: #106BE3;
}
.AnyTagClassName
{
color: #106BE3;
}
</style>
background-color css
<style>
a { background-color: #106BE3; }
a { background-color: rgb(16,107,227); }
div.DivClassName
{
background-color: #106BE3;
}
.BgClassName
{
background-color: #106BE3;
}
</style>
border-color css
<style>
span { border-color: #106BE3; }
span { border-color: rgb(16,107,227); }
td.TdClassName
{
border-color: #106BE3;
}
.TagClassName
{
border-color: #106BE3;
}
</style>