Shades of Navy Blue #107BC1
Tints of Navy Blue #107BC1
RGB
CMYK
RGB Variations
Color information
#107BC1 (or 0x107BC1) is known color: Navy Blue. HEX triplet: 10, 7B and C1. RGB value is (16,123,193). Sum of RGB (Red+Green+Blue) = 16+123+193=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 193 (75.78% from 255 or 58.13% from 332); Max value from RGB is 193 - color contains mainly: blue. Hex color #107BC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107BC1 is #EF843E. Grayscale: #626262. Windows color (decimal): -15696959 or 12679952. OLE color: 12679952.
HSL color Cylindrical-coordinate representation of color #107BC1: hue angle of 203.73º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #107BC1 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 123 | 193 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.24 |
| HSL | 203.73º | 0.85% | 0.41% | - |
| HSV(B) | 203.73º | 0.92% | 0.76% | - |
| XYZ | 16.92 | 18.13 | 53.06 | - |
| YUV | 98.99 | 181.05 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 123 | 193 | 0.92 | 0.36 | 0 | 0.24 | 203.73 | 0.85 | 0.41 |
| Hex | 10 | 7B | C1 | 5C | 24 | 0 | 18 | CC | 55 | 29 |
| Octal | 20 | 173 | 301 | 134 | 44 | 0 | 30 | 314 | 125 | 51 |
| Binary | 10000 | 1111011 | 11000001 | 1011100 | 100100 | 0 | 11000 | 11001100 | 1010101 | 101001 |
Color Harmonies of #107BC1
Complementary color
Monochromatic Colors of #107BC1
Black with #107BC1
Text Example
Text Example
White with #107BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107BC1; }
p { color: rgb(16,123,193); }
H1.HeaderClassName
{
color: #107BC1;
}
.AnyTagClassName
{
color: #107BC1;
}
</style>
background-color css
<style>
a { background-color: #107BC1; }
a { background-color: rgb(16,123,193); }
div.DivClassName
{
background-color: #107BC1;
}
.BgClassName
{
background-color: #107BC1;
}
</style>
border-color css
<style>
span { border-color: #107BC1; }
span { border-color: rgb(16,123,193); }
td.TdClassName
{
border-color: #107BC1;
}
.TagClassName
{
border-color: #107BC1;
}
</style>