Shades of Navy Blue #107EC2
Tints of Navy Blue #107EC2
RGB
CMYK
RGB Variations
Color information
#107EC2 (or 0x107EC2) is known color: Navy Blue. HEX triplet: 10, 7E and C2. RGB value is (16,126,194). Sum of RGB (Red+Green+Blue) = 16+126+194=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 194 (76.17% from 255 or 57.74% from 336); Max value from RGB is 194 - color contains mainly: blue. Hex color #107EC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107EC2 is #EF813D. Grayscale: #646464. Windows color (decimal): -15696190 or 12746256. OLE color: 12746256.
HSL color Cylindrical-coordinate representation of color #107EC2: hue angle of 202.92º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #107EC2 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 126 | 194 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.24 |
| HSL | 202.92º | 0.85% | 0.41% | - |
| HSV(B) | 202.92º | 0.92% | 0.76% | - |
| XYZ | 17.41 | 18.93 | 53.77 | - |
| YUV | 100.86 | 180.56 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 126 | 194 | 0.92 | 0.35 | 0 | 0.24 | 202.92 | 0.85 | 0.41 |
| Hex | 10 | 7E | C2 | 5C | 23 | 0 | 18 | CB | 55 | 29 |
| Octal | 20 | 176 | 302 | 134 | 43 | 0 | 30 | 313 | 125 | 51 |
| Binary | 10000 | 1111110 | 11000010 | 1011100 | 100011 | 0 | 11000 | 11001011 | 1010101 | 101001 |
Color Harmonies of #107EC2
Complementary color
Monochromatic Colors of #107EC2
Black with #107EC2
Text Example
Text Example
White with #107EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107EC2; }
p { color: rgb(16,126,194); }
H1.HeaderClassName
{
color: #107EC2;
}
.AnyTagClassName
{
color: #107EC2;
}
</style>
background-color css
<style>
a { background-color: #107EC2; }
a { background-color: rgb(16,126,194); }
div.DivClassName
{
background-color: #107EC2;
}
.BgClassName
{
background-color: #107EC2;
}
</style>
border-color css
<style>
span { border-color: #107EC2; }
span { border-color: rgb(16,126,194); }
td.TdClassName
{
border-color: #107EC2;
}
.TagClassName
{
border-color: #107EC2;
}
</style>