Shades of Navy Blue #107BC3
Tints of Navy Blue #107BC3
RGB
CMYK
RGB Variations
Color information
#107BC3 (or 0x107BC3) is known color: Navy Blue. HEX triplet: 10, 7B and C3. RGB value is (16,123,195). Sum of RGB (Red+Green+Blue) = 16+123+195=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 195 (76.56% from 255 or 58.38% from 334); Max value from RGB is 195 - color contains mainly: blue. Hex color #107BC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107BC3 is #EF843C. Grayscale: #626262. Windows color (decimal): -15696957 or 12811024. OLE color: 12811024.
HSL color Cylindrical-coordinate representation of color #107BC3: hue angle of 204.13º 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 #107BC3 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 123 | 195 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.24 |
| HSL | 204.13º | 0.85% | 0.41% | - |
| HSV(B) | 204.13º | 0.92% | 0.76% | - |
| XYZ | 17.15 | 18.22 | 54.24 | - |
| YUV | 99.22 | 182.05 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 123 | 195 | 0.92 | 0.37 | 0 | 0.24 | 204.13 | 0.85 | 0.41 |
| Hex | 10 | 7B | C3 | 5C | 25 | 0 | 18 | CC | 55 | 29 |
| Octal | 20 | 173 | 303 | 134 | 45 | 0 | 30 | 314 | 125 | 51 |
| Binary | 10000 | 1111011 | 11000011 | 1011100 | 100101 | 0 | 11000 | 11001100 | 1010101 | 101001 |
Color Harmonies of #107BC3
Complementary color
Monochromatic Colors of #107BC3
Black with #107BC3
Text Example
Text Example
White with #107BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107BC3; }
p { color: rgb(16,123,195); }
H1.HeaderClassName
{
color: #107BC3;
}
.AnyTagClassName
{
color: #107BC3;
}
</style>
background-color css
<style>
a { background-color: #107BC3; }
a { background-color: rgb(16,123,195); }
div.DivClassName
{
background-color: #107BC3;
}
.BgClassName
{
background-color: #107BC3;
}
</style>
border-color css
<style>
span { border-color: #107BC3; }
span { border-color: rgb(16,123,195); }
td.TdClassName
{
border-color: #107BC3;
}
.TagClassName
{
border-color: #107BC3;
}
</style>