Shades of Navy Blue #107BC9
Tints of Navy Blue #107BC9
RGB
CMYK
RGB Variations
Color information
#107BC9 (or 0x107BC9) is known color: Navy Blue. HEX triplet: 10, 7B and C9. RGB value is (16,123,201). Sum of RGB (Red+Green+Blue) = 16+123+201=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 201 (78.91% from 255 or 59.12% from 340); Max value from RGB is 201 - color contains mainly: blue. Hex color #107BC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107BC9 is #EF8436. Grayscale: #636363. Windows color (decimal): -15696951 or 13204240. OLE color: 13204240.
HSL color Cylindrical-coordinate representation of color #107BC9: hue angle of 205.3º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #107BC9 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 16 | 123 | 201 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.21 |
| HSL | 205.3º | 0.85% | 0.43% | - |
| HSV(B) | 205.3º | 0.92% | 0.79% | - |
| XYZ | 17.84 | 18.49 | 57.89 | - |
| YUV | 99.9 | 185.05 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 123 | 201 | 0.92 | 0.39 | 0 | 0.21 | 205.3 | 0.85 | 0.43 |
| Hex | 10 | 7B | C9 | 5C | 27 | 0 | 15 | CD | 55 | 2B |
| Octal | 20 | 173 | 311 | 134 | 47 | 0 | 25 | 315 | 125 | 53 |
| Binary | 10000 | 1111011 | 11001001 | 1011100 | 100111 | 0 | 10101 | 11001101 | 1010101 | 101011 |
Color Harmonies of #107BC9
Complementary color
Monochromatic Colors of #107BC9
Black with #107BC9
Text Example
Text Example
White with #107BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107BC9; }
p { color: rgb(16,123,201); }
H1.HeaderClassName
{
color: #107BC9;
}
.AnyTagClassName
{
color: #107BC9;
}
</style>
background-color css
<style>
a { background-color: #107BC9; }
a { background-color: rgb(16,123,201); }
div.DivClassName
{
background-color: #107BC9;
}
.BgClassName
{
background-color: #107BC9;
}
</style>
border-color css
<style>
span { border-color: #107BC9; }
span { border-color: rgb(16,123,201); }
td.TdClassName
{
border-color: #107BC9;
}
.TagClassName
{
border-color: #107BC9;
}
</style>