Shades of Navy Blue #107FC5
Tints of Navy Blue #107FC5
RGB
CMYK
RGB Variations
Color information
#107FC5 (or 0x107FC5) is known color: Navy Blue. HEX triplet: 10, 7F and C5. RGB value is (16,127,197). Sum of RGB (Red+Green+Blue) = 16+127+197=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 197 (77.34% from 255 or 57.94% from 340); Max value from RGB is 197 - color contains mainly: blue. Hex color #107FC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107FC5 is #EF803A. Grayscale: #656565. Windows color (decimal): -15695931 or 12943120. OLE color: 12943120.
HSL color Cylindrical-coordinate representation of color #107FC5: hue angle of 203.2º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #107FC5 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 127 | 197 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.23 |
| HSL | 203.2º | 0.85% | 0.42% | - |
| HSV(B) | 203.2º | 0.92% | 0.77% | - |
| XYZ | 17.88 | 19.32 | 55.61 | - |
| YUV | 101.79 | 181.73 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 127 | 197 | 0.92 | 0.36 | 0 | 0.23 | 203.2 | 0.85 | 0.42 |
| Hex | 10 | 7F | C5 | 5C | 24 | 0 | 17 | CB | 55 | 2A |
| Octal | 20 | 177 | 305 | 134 | 44 | 0 | 27 | 313 | 125 | 52 |
| Binary | 10000 | 1111111 | 11000101 | 1011100 | 100100 | 0 | 10111 | 11001011 | 1010101 | 101010 |
Color Harmonies of #107FC5
Complementary color
Monochromatic Colors of #107FC5
Black with #107FC5
Text Example
Text Example
White with #107FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107FC5; }
p { color: rgb(16,127,197); }
H1.HeaderClassName
{
color: #107FC5;
}
.AnyTagClassName
{
color: #107FC5;
}
</style>
background-color css
<style>
a { background-color: #107FC5; }
a { background-color: rgb(16,127,197); }
div.DivClassName
{
background-color: #107FC5;
}
.BgClassName
{
background-color: #107FC5;
}
</style>
border-color css
<style>
span { border-color: #107FC5; }
span { border-color: rgb(16,127,197); }
td.TdClassName
{
border-color: #107FC5;
}
.TagClassName
{
border-color: #107FC5;
}
</style>