Shades of Navy Blue #107FDD
Tints of Navy Blue #107FDD
RGB
CMYK
RGB Variations
Color information
#107FDD (or 0x107FDD) is known color: Navy Blue. HEX triplet: 10, 7F and DD. RGB value is (16,127,221). Sum of RGB (Red+Green+Blue) = 16+127+221=364 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.40% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #107FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107FDD is #EF8022. Grayscale: #686868. Windows color (decimal): -15695907 or 14515984. OLE color: 14515984.
HSL color Cylindrical-coordinate representation of color #107FDD: hue angle of 207.51º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107FDD is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 127 | 221 | - |
| CMYK | 0.93 | 0.43 | 0 | 0.13 |
| HSL | 207.51º | 0.86% | 0.46% | - |
| HSV(B) | 207.51º | 0.93% | 0.87% | - |
| XYZ | 20.85 | 20.51 | 71.27 | - |
| YUV | 104.53 | 193.73 | 64.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 127 | 221 | 0.93 | 0.43 | 0 | 0.13 | 207.51 | 0.86 | 0.46 |
| Hex | 10 | 7F | DD | 5D | 2B | 0 | D | D0 | 56 | 2E |
| Octal | 20 | 177 | 335 | 135 | 53 | 0 | 15 | 320 | 126 | 56 |
| Binary | 10000 | 1111111 | 11011101 | 1011101 | 101011 | 0 | 1101 | 11010000 | 1010110 | 101110 |
Color Harmonies of #107FDD
Complementary color
Monochromatic Colors of #107FDD
Black with #107FDD
Text Example
Text Example
White with #107FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107FDD; }
p { color: rgb(16,127,221); }
H1.HeaderClassName
{
color: #107FDD;
}
.AnyTagClassName
{
color: #107FDD;
}
</style>
background-color css
<style>
a { background-color: #107FDD; }
a { background-color: rgb(16,127,221); }
div.DivClassName
{
background-color: #107FDD;
}
.BgClassName
{
background-color: #107FDD;
}
</style>
border-color css
<style>
span { border-color: #107FDD; }
span { border-color: rgb(16,127,221); }
td.TdClassName
{
border-color: #107FDD;
}
.TagClassName
{
border-color: #107FDD;
}
</style>