Shades of Navy Blue #107BCB
Tints of Navy Blue #107BCB
RGB
CMYK
RGB Variations
Color information
#107BCB (or 0x107BCB) is known color: Navy Blue. HEX triplet: 10, 7B and CB. RGB value is (16,123,203). Sum of RGB (Red+Green+Blue) = 16+123+203=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 203 (79.69% from 255 or 59.36% from 342); Max value from RGB is 203 - color contains mainly: blue. Hex color #107BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107BCB is #EF8434. Grayscale: #636363. Windows color (decimal): -15696949 or 13335312. OLE color: 13335312.
HSL color Cylindrical-coordinate representation of color #107BCB: hue angle of 205.67º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #107BCB is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 123 | 203 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.20 |
| HSL | 205.67º | 0.85% | 0.43% | - |
| HSV(B) | 205.67º | 0.92% | 0.8% | - |
| XYZ | 18.08 | 18.59 | 59.14 | - |
| YUV | 100.13 | 186.05 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 123 | 203 | 0.92 | 0.39 | 0 | 0.20 | 205.67 | 0.85 | 0.43 |
| Hex | 10 | 7B | CB | 5C | 27 | 0 | 14 | CE | 55 | 2B |
| Octal | 20 | 173 | 313 | 134 | 47 | 0 | 24 | 316 | 125 | 53 |
| Binary | 10000 | 1111011 | 11001011 | 1011100 | 100111 | 0 | 10100 | 11001110 | 1010101 | 101011 |
Color Harmonies of #107BCB
Complementary color
Monochromatic Colors of #107BCB
Black with #107BCB
Text Example
Text Example
White with #107BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107BCB; }
p { color: rgb(16,123,203); }
H1.HeaderClassName
{
color: #107BCB;
}
.AnyTagClassName
{
color: #107BCB;
}
</style>
background-color css
<style>
a { background-color: #107BCB; }
a { background-color: rgb(16,123,203); }
div.DivClassName
{
background-color: #107BCB;
}
.BgClassName
{
background-color: #107BCB;
}
</style>
border-color css
<style>
span { border-color: #107BCB; }
span { border-color: rgb(16,123,203); }
td.TdClassName
{
border-color: #107BCB;
}
.TagClassName
{
border-color: #107BCB;
}
</style>