Shades of Navy Blue #107BC2
Tints of Navy Blue #107BC2
RGB
CMYK
RGB Variations
Color information
#107BC2 (or 0x107BC2) is known color: Navy Blue. HEX triplet: 10, 7B and C2. RGB value is (16,123,194). Sum of RGB (Red+Green+Blue) = 16+123+194=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 194 (76.17% from 255 or 58.26% from 333); Max value from RGB is 194 - color contains mainly: blue. Hex color #107BC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107BC2 is #EF843D. Grayscale: #626262. Windows color (decimal): -15696958 or 12745488. OLE color: 12745488.
HSL color Cylindrical-coordinate representation of color #107BC2: hue angle of 203.93º 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 #107BC2 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 123 | 194 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.24 |
| HSL | 203.93º | 0.85% | 0.41% | - |
| HSV(B) | 203.93º | 0.92% | 0.76% | - |
| XYZ | 17.03 | 18.17 | 53.65 | - |
| YUV | 99.1 | 181.55 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 123 | 194 | 0.92 | 0.37 | 0 | 0.24 | 203.93 | 0.85 | 0.41 |
| Hex | 10 | 7B | C2 | 5C | 25 | 0 | 18 | CC | 55 | 29 |
| Octal | 20 | 173 | 302 | 134 | 45 | 0 | 30 | 314 | 125 | 51 |
| Binary | 10000 | 1111011 | 11000010 | 1011100 | 100101 | 0 | 11000 | 11001100 | 1010101 | 101001 |
Color Harmonies of #107BC2
Complementary color
Monochromatic Colors of #107BC2
Black with #107BC2
Text Example
Text Example
White with #107BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107BC2; }
p { color: rgb(16,123,194); }
H1.HeaderClassName
{
color: #107BC2;
}
.AnyTagClassName
{
color: #107BC2;
}
</style>
background-color css
<style>
a { background-color: #107BC2; }
a { background-color: rgb(16,123,194); }
div.DivClassName
{
background-color: #107BC2;
}
.BgClassName
{
background-color: #107BC2;
}
</style>
border-color css
<style>
span { border-color: #107BC2; }
span { border-color: rgb(16,123,194); }
td.TdClassName
{
border-color: #107BC2;
}
.TagClassName
{
border-color: #107BC2;
}
</style>