Shades of Navy Blue #107CDC
Tints of Navy Blue #107CDC
RGB
CMYK
RGB Variations
Color information
#107CDC (or 0x107CDC) is known color: Navy Blue. HEX triplet: 10, 7C and DC. RGB value is (16,124,220). Sum of RGB (Red+Green+Blue) = 16+124+220=360 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.44% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #107CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107CDC is #EF8323. Grayscale: #666666. Windows color (decimal): -15696676 or 14449680. OLE color: 14449680.
HSL color Cylindrical-coordinate representation of color #107CDC: hue angle of 208.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107CDC is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 124 | 220 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.14 |
| HSL | 208.24º | 0.86% | 0.46% | - |
| HSV(B) | 208.24º | 0.93% | 0.86% | - |
| XYZ | 20.34 | 19.69 | 70.44 | - |
| YUV | 102.65 | 194.22 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 124 | 220 | 0.93 | 0.44 | 0 | 0.14 | 208.24 | 0.86 | 0.46 |
| Hex | 10 | 7C | DC | 5D | 2C | 0 | E | D0 | 56 | 2E |
| Octal | 20 | 174 | 334 | 135 | 54 | 0 | 16 | 320 | 126 | 56 |
| Binary | 10000 | 1111100 | 11011100 | 1011101 | 101100 | 0 | 1110 | 11010000 | 1010110 | 101110 |
Color Harmonies of #107CDC
Complementary color
Monochromatic Colors of #107CDC
Black with #107CDC
Text Example
Text Example
White with #107CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107CDC; }
p { color: rgb(16,124,220); }
H1.HeaderClassName
{
color: #107CDC;
}
.AnyTagClassName
{
color: #107CDC;
}
</style>
background-color css
<style>
a { background-color: #107CDC; }
a { background-color: rgb(16,124,220); }
div.DivClassName
{
background-color: #107CDC;
}
.BgClassName
{
background-color: #107CDC;
}
</style>
border-color css
<style>
span { border-color: #107CDC; }
span { border-color: rgb(16,124,220); }
td.TdClassName
{
border-color: #107CDC;
}
.TagClassName
{
border-color: #107CDC;
}
</style>