Shades of Navy Blue #107BD6
Tints of Navy Blue #107BD6
RGB
CMYK
RGB Variations
Color information
#107BD6 (or 0x107BD6) is known color: Navy Blue. HEX triplet: 10, 7B and D6. RGB value is (16,123,214). Sum of RGB (Red+Green+Blue) = 16+123+214=353 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.53% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 214 (83.98% from 255 or 60.62% from 353); Max value from RGB is 214 - color contains mainly: blue. Hex color #107BD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107BD6 is #EF8429. Grayscale: #646464. Windows color (decimal): -15696938 or 14056208. OLE color: 14056208.
HSL color Cylindrical-coordinate representation of color #107BD6: hue angle of 207.58º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107BD6 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 123 | 214 | - |
| CMYK | 0.93 | 0.43 | 0 | 0.16 |
| HSL | 207.58º | 0.86% | 0.45% | - |
| HSV(B) | 207.58º | 0.93% | 0.84% | - |
| XYZ | 19.43 | 19.13 | 66.29 | - |
| YUV | 101.38 | 191.55 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 123 | 214 | 0.93 | 0.43 | 0 | 0.16 | 207.58 | 0.86 | 0.45 |
| Hex | 10 | 7B | D6 | 5D | 2B | 0 | 10 | D0 | 56 | 2D |
| Octal | 20 | 173 | 326 | 135 | 53 | 0 | 20 | 320 | 126 | 55 |
| Binary | 10000 | 1111011 | 11010110 | 1011101 | 101011 | 0 | 10000 | 11010000 | 1010110 | 101101 |
Color Harmonies of #107BD6
Complementary color
Monochromatic Colors of #107BD6
Black with #107BD6
Text Example
Text Example
White with #107BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107BD6; }
p { color: rgb(16,123,214); }
H1.HeaderClassName
{
color: #107BD6;
}
.AnyTagClassName
{
color: #107BD6;
}
</style>
background-color css
<style>
a { background-color: #107BD6; }
a { background-color: rgb(16,123,214); }
div.DivClassName
{
background-color: #107BD6;
}
.BgClassName
{
background-color: #107BD6;
}
</style>
border-color css
<style>
span { border-color: #107BD6; }
span { border-color: rgb(16,123,214); }
td.TdClassName
{
border-color: #107BD6;
}
.TagClassName
{
border-color: #107BD6;
}
</style>