Shades of Navy Blue #107FD5
Tints of Navy Blue #107FD5
RGB
CMYK
RGB Variations
Color information
#107FD5 (or 0x107FD5) is known color: Navy Blue. HEX triplet: 10, 7F and D5. RGB value is (16,127,213). Sum of RGB (Red+Green+Blue) = 16+127+213=356 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.49% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 213 (83.59% from 255 or 59.83% from 356); Max value from RGB is 213 - color contains mainly: blue. Hex color #107FD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107FD5 is #EF802A. Grayscale: #676767. Windows color (decimal): -15695915 or 13991696. OLE color: 13991696.
HSL color Cylindrical-coordinate representation of color #107FD5: hue angle of 206.19º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #107FD5 is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 127 | 213 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.16 |
| HSL | 206.19º | 0.86% | 0.45% | - |
| HSV(B) | 206.19º | 0.92% | 0.84% | - |
| XYZ | 19.81 | 20.09 | 65.78 | - |
| YUV | 103.62 | 189.73 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 127 | 213 | 0.92 | 0.40 | 0 | 0.16 | 206.19 | 0.86 | 0.45 |
| Hex | 10 | 7F | D5 | 5C | 28 | 0 | 10 | CE | 56 | 2D |
| Octal | 20 | 177 | 325 | 134 | 50 | 0 | 20 | 316 | 126 | 55 |
| Binary | 10000 | 1111111 | 11010101 | 1011100 | 101000 | 0 | 10000 | 11001110 | 1010110 | 101101 |
Color Harmonies of #107FD5
Complementary color
Monochromatic Colors of #107FD5
Black with #107FD5
Text Example
Text Example
White with #107FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107FD5; }
p { color: rgb(16,127,213); }
H1.HeaderClassName
{
color: #107FD5;
}
.AnyTagClassName
{
color: #107FD5;
}
</style>
background-color css
<style>
a { background-color: #107FD5; }
a { background-color: rgb(16,127,213); }
div.DivClassName
{
background-color: #107FD5;
}
.BgClassName
{
background-color: #107FD5;
}
</style>
border-color css
<style>
span { border-color: #107FD5; }
span { border-color: rgb(16,127,213); }
td.TdClassName
{
border-color: #107FD5;
}
.TagClassName
{
border-color: #107FD5;
}
</style>