Shades of Navy Blue #107BCF
Tints of Navy Blue #107BCF
RGB
CMYK
RGB Variations
Color information
#107BCF (or 0x107BCF) is known color: Navy Blue. HEX triplet: 10, 7B and CF. RGB value is (16,123,207). Sum of RGB (Red+Green+Blue) = 16+123+207=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #107BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107BCF is #EF8430. Grayscale: #646464. Windows color (decimal): -15696945 or 13597456. OLE color: 13597456.
HSL color Cylindrical-coordinate representation of color #107BCF: hue angle of 206.39º 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 #107BCF is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 123 | 207 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.19 |
| HSL | 206.39º | 0.86% | 0.44% | - |
| HSV(B) | 206.39º | 0.92% | 0.81% | - |
| XYZ | 18.56 | 18.78 | 61.68 | - |
| YUV | 100.58 | 188.05 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 123 | 207 | 0.92 | 0.41 | 0 | 0.19 | 206.39 | 0.86 | 0.44 |
| Hex | 10 | 7B | CF | 5C | 29 | 0 | 13 | CE | 56 | 2C |
| Octal | 20 | 173 | 317 | 134 | 51 | 0 | 23 | 316 | 126 | 54 |
| Binary | 10000 | 1111011 | 11001111 | 1011100 | 101001 | 0 | 10011 | 11001110 | 1010110 | 101100 |
Color Harmonies of #107BCF
Complementary color
Monochromatic Colors of #107BCF
Black with #107BCF
Text Example
Text Example
White with #107BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107BCF; }
p { color: rgb(16,123,207); }
H1.HeaderClassName
{
color: #107BCF;
}
.AnyTagClassName
{
color: #107BCF;
}
</style>
background-color css
<style>
a { background-color: #107BCF; }
a { background-color: rgb(16,123,207); }
div.DivClassName
{
background-color: #107BCF;
}
.BgClassName
{
background-color: #107BCF;
}
</style>
border-color css
<style>
span { border-color: #107BCF; }
span { border-color: rgb(16,123,207); }
td.TdClassName
{
border-color: #107BCF;
}
.TagClassName
{
border-color: #107BCF;
}
</style>