Shades of Navy Blue #107FDA
Tints of Navy Blue #107FDA
RGB
CMYK
RGB Variations
Color information
#107FDA (or 0x107FDA) is known color: Navy Blue. HEX triplet: 10, 7F and DA. RGB value is (16,127,218). Sum of RGB (Red+Green+Blue) = 16+127+218=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 218 (85.55% from 255 or 60.39% from 361); Max value from RGB is 218 - color contains mainly: blue. Hex color #107FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107FDA is #EF8025. Grayscale: #676767. Windows color (decimal): -15695910 or 14319376. OLE color: 14319376.
HSL color Cylindrical-coordinate representation of color #107FDA: hue angle of 207.03º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107FDA is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 127 | 218 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.15 |
| HSL | 207.03º | 0.86% | 0.46% | - |
| HSV(B) | 207.03º | 0.93% | 0.85% | - |
| XYZ | 20.46 | 20.35 | 69.18 | - |
| YUV | 104.19 | 192.23 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 127 | 218 | 0.93 | 0.42 | 0 | 0.15 | 207.03 | 0.86 | 0.46 |
| Hex | 10 | 7F | DA | 5D | 2A | 0 | F | CF | 56 | 2E |
| Octal | 20 | 177 | 332 | 135 | 52 | 0 | 17 | 317 | 126 | 56 |
| Binary | 10000 | 1111111 | 11011010 | 1011101 | 101010 | 0 | 1111 | 11001111 | 1010110 | 101110 |
Color Harmonies of #107FDA
Complementary color
Monochromatic Colors of #107FDA
Black with #107FDA
Text Example
Text Example
White with #107FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107FDA; }
p { color: rgb(16,127,218); }
H1.HeaderClassName
{
color: #107FDA;
}
.AnyTagClassName
{
color: #107FDA;
}
</style>
background-color css
<style>
a { background-color: #107FDA; }
a { background-color: rgb(16,127,218); }
div.DivClassName
{
background-color: #107FDA;
}
.BgClassName
{
background-color: #107FDA;
}
</style>
border-color css
<style>
span { border-color: #107FDA; }
span { border-color: rgb(16,127,218); }
td.TdClassName
{
border-color: #107FDA;
}
.TagClassName
{
border-color: #107FDA;
}
</style>