Shades of Navy Blue #107CCF
Tints of Navy Blue #107CCF
RGB
CMYK
RGB Variations
Color information
#107CCF (or 0x107CCF) is known color: Navy Blue. HEX triplet: 10, 7C and CF. RGB value is (16,124,207). Sum of RGB (Red+Green+Blue) = 16+124+207=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #107CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107CCF is #EF8330. Grayscale: #646464. Windows color (decimal): -15696689 or 13597712. OLE color: 13597712.
HSL color Cylindrical-coordinate representation of color #107CCF: hue angle of 206.07º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #107CCF is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 124 | 207 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.19 |
| HSL | 206.07º | 0.86% | 0.44% | - |
| HSV(B) | 206.07º | 0.92% | 0.81% | - |
| XYZ | 18.68 | 19.03 | 61.72 | - |
| YUV | 101.17 | 187.72 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 124 | 207 | 0.92 | 0.40 | 0 | 0.19 | 206.07 | 0.86 | 0.44 |
| Hex | 10 | 7C | CF | 5C | 28 | 0 | 13 | CE | 56 | 2C |
| Octal | 20 | 174 | 317 | 134 | 50 | 0 | 23 | 316 | 126 | 54 |
| Binary | 10000 | 1111100 | 11001111 | 1011100 | 101000 | 0 | 10011 | 11001110 | 1010110 | 101100 |
Color Harmonies of #107CCF
Complementary color
Monochromatic Colors of #107CCF
Black with #107CCF
Text Example
Text Example
White with #107CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107CCF; }
p { color: rgb(16,124,207); }
H1.HeaderClassName
{
color: #107CCF;
}
.AnyTagClassName
{
color: #107CCF;
}
</style>
background-color css
<style>
a { background-color: #107CCF; }
a { background-color: rgb(16,124,207); }
div.DivClassName
{
background-color: #107CCF;
}
.BgClassName
{
background-color: #107CCF;
}
</style>
border-color css
<style>
span { border-color: #107CCF; }
span { border-color: rgb(16,124,207); }
td.TdClassName
{
border-color: #107CCF;
}
.TagClassName
{
border-color: #107CCF;
}
</style>