Shades of Navy Blue #107BE0
Tints of Navy Blue #107BE0
RGB
CMYK
RGB Variations
Color information
#107BE0 (or 0x107BE0) is known color: Navy Blue. HEX triplet: 10, 7B and E0. RGB value is (16,123,224). Sum of RGB (Red+Green+Blue) = 16+123+224=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 224 (87.89% from 255 or 61.71% from 363); Max value from RGB is 224 - color contains mainly: blue. Hex color #107BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107BE0 is #EF841F. Grayscale: #666666. Windows color (decimal): -15696928 or 14711568. OLE color: 14711568.
HSL color Cylindrical-coordinate representation of color #107BE0: hue angle of 209.13º 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 #107BE0 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 123 | 224 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.12 |
| HSL | 209.13º | 0.87% | 0.47% | - |
| HSV(B) | 209.13º | 0.93% | 0.88% | - |
| XYZ | 20.75 | 19.66 | 73.22 | - |
| YUV | 102.52 | 196.55 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 123 | 224 | 0.93 | 0.45 | 0 | 0.12 | 209.13 | 0.87 | 0.47 |
| Hex | 10 | 7B | E0 | 5D | 2D | 0 | C | D1 | 57 | 2F |
| Octal | 20 | 173 | 340 | 135 | 55 | 0 | 14 | 321 | 127 | 57 |
| Binary | 10000 | 1111011 | 11100000 | 1011101 | 101101 | 0 | 1100 | 11010001 | 1010111 | 101111 |
Color Harmonies of #107BE0
Complementary color
Monochromatic Colors of #107BE0
Black with #107BE0
Text Example
Text Example
White with #107BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107BE0; }
p { color: rgb(16,123,224); }
H1.HeaderClassName
{
color: #107BE0;
}
.AnyTagClassName
{
color: #107BE0;
}
</style>
background-color css
<style>
a { background-color: #107BE0; }
a { background-color: rgb(16,123,224); }
div.DivClassName
{
background-color: #107BE0;
}
.BgClassName
{
background-color: #107BE0;
}
</style>
border-color css
<style>
span { border-color: #107BE0; }
span { border-color: rgb(16,123,224); }
td.TdClassName
{
border-color: #107BE0;
}
.TagClassName
{
border-color: #107BE0;
}
</style>