Shades of Navy Blue #107BCC
Tints of Navy Blue #107BCC
RGB
CMYK
RGB Variations
Color information
#107BCC (or 0x107BCC) is known color: Navy Blue. HEX triplet: 10, 7B and CC. RGB value is (16,123,204). Sum of RGB (Red+Green+Blue) = 16+123+204=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #107BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107BCC is #EF8433. Grayscale: #636363. Windows color (decimal): -15696948 or 13400848. OLE color: 13400848.
HSL color Cylindrical-coordinate representation of color #107BCC: hue angle of 205.85º 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 #107BCC is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 123 | 204 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.2 |
| HSL | 205.85º | 0.85% | 0.43% | - |
| HSV(B) | 205.85º | 0.92% | 0.8% | - |
| XYZ | 18.2 | 18.64 | 59.76 | - |
| YUV | 100.24 | 186.55 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 123 | 204 | 0.92 | 0.40 | 0 | 0.2 | 205.85 | 0.85 | 0.43 |
| Hex | 10 | 7B | CC | 5C | 28 | 0 | 14 | CE | 55 | 2B |
| Octal | 20 | 173 | 314 | 134 | 50 | 0 | 24 | 316 | 125 | 53 |
| Binary | 10000 | 1111011 | 11001100 | 1011100 | 101000 | 0 | 10100 | 11001110 | 1010101 | 101011 |
Color Harmonies of #107BCC
Complementary color
Monochromatic Colors of #107BCC
Black with #107BCC
Text Example
Text Example
White with #107BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107BCC; }
p { color: rgb(16,123,204); }
H1.HeaderClassName
{
color: #107BCC;
}
.AnyTagClassName
{
color: #107BCC;
}
</style>
background-color css
<style>
a { background-color: #107BCC; }
a { background-color: rgb(16,123,204); }
div.DivClassName
{
background-color: #107BCC;
}
.BgClassName
{
background-color: #107BCC;
}
</style>
border-color css
<style>
span { border-color: #107BCC; }
span { border-color: rgb(16,123,204); }
td.TdClassName
{
border-color: #107BCC;
}
.TagClassName
{
border-color: #107BCC;
}
</style>