Shades of Navy Blue #107BCE
Tints of Navy Blue #107BCE
RGB
CMYK
RGB Variations
Color information
#107BCE (or 0x107BCE) is known color: Navy Blue. HEX triplet: 10, 7B and CE. RGB value is (16,123,206). Sum of RGB (Red+Green+Blue) = 16+123+206=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #107BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107BCE is #EF8431. Grayscale: #646464. Windows color (decimal): -15696946 or 13531920. OLE color: 13531920.
HSL color Cylindrical-coordinate representation of color #107BCE: hue angle of 206.21º 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 #107BCE is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 123 | 206 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.19 |
| HSL | 206.21º | 0.86% | 0.44% | - |
| HSV(B) | 206.21º | 0.92% | 0.81% | - |
| XYZ | 18.44 | 18.73 | 61.04 | - |
| YUV | 100.47 | 187.55 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 123 | 206 | 0.92 | 0.40 | 0 | 0.19 | 206.21 | 0.86 | 0.44 |
| Hex | 10 | 7B | CE | 5C | 28 | 0 | 13 | CE | 56 | 2C |
| Octal | 20 | 173 | 316 | 134 | 50 | 0 | 23 | 316 | 126 | 54 |
| Binary | 10000 | 1111011 | 11001110 | 1011100 | 101000 | 0 | 10011 | 11001110 | 1010110 | 101100 |
Color Harmonies of #107BCE
Complementary color
Monochromatic Colors of #107BCE
Black with #107BCE
Text Example
Text Example
White with #107BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107BCE; }
p { color: rgb(16,123,206); }
H1.HeaderClassName
{
color: #107BCE;
}
.AnyTagClassName
{
color: #107BCE;
}
</style>
background-color css
<style>
a { background-color: #107BCE; }
a { background-color: rgb(16,123,206); }
div.DivClassName
{
background-color: #107BCE;
}
.BgClassName
{
background-color: #107BCE;
}
</style>
border-color css
<style>
span { border-color: #107BCE; }
span { border-color: rgb(16,123,206); }
td.TdClassName
{
border-color: #107BCE;
}
.TagClassName
{
border-color: #107BCE;
}
</style>