Shades of Navy Blue #107BC4
Tints of Navy Blue #107BC4
RGB
CMYK
RGB Variations
Color information
#107BC4 (or 0x107BC4) is known color: Navy Blue. HEX triplet: 10, 7B and C4. RGB value is (16,123,196). Sum of RGB (Red+Green+Blue) = 16+123+196=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 196 (76.95% from 255 or 58.51% from 335); Max value from RGB is 196 - color contains mainly: blue. Hex color #107BC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107BC4 is #EF843B. Grayscale: #626262. Windows color (decimal): -15696956 or 12876560. OLE color: 12876560.
HSL color Cylindrical-coordinate representation of color #107BC4: hue angle of 204.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #107BC4 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 123 | 196 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.23 |
| HSL | 204.33º | 0.85% | 0.42% | - |
| HSV(B) | 204.33º | 0.92% | 0.77% | - |
| XYZ | 17.26 | 18.26 | 54.84 | - |
| YUV | 99.33 | 182.55 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 123 | 196 | 0.92 | 0.37 | 0 | 0.23 | 204.33 | 0.85 | 0.42 |
| Hex | 10 | 7B | C4 | 5C | 25 | 0 | 17 | CC | 55 | 2A |
| Octal | 20 | 173 | 304 | 134 | 45 | 0 | 27 | 314 | 125 | 52 |
| Binary | 10000 | 1111011 | 11000100 | 1011100 | 100101 | 0 | 10111 | 11001100 | 1010101 | 101010 |
Color Harmonies of #107BC4
Complementary color
Monochromatic Colors of #107BC4
Black with #107BC4
Text Example
Text Example
White with #107BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107BC4; }
p { color: rgb(16,123,196); }
H1.HeaderClassName
{
color: #107BC4;
}
.AnyTagClassName
{
color: #107BC4;
}
</style>
background-color css
<style>
a { background-color: #107BC4; }
a { background-color: rgb(16,123,196); }
div.DivClassName
{
background-color: #107BC4;
}
.BgClassName
{
background-color: #107BC4;
}
</style>
border-color css
<style>
span { border-color: #107BC4; }
span { border-color: rgb(16,123,196); }
td.TdClassName
{
border-color: #107BC4;
}
.TagClassName
{
border-color: #107BC4;
}
</style>