Shades of Navy Blue #107CDD
Tints of Navy Blue #107CDD
RGB
CMYK
RGB Variations
Color information
#107CDD (or 0x107CDD) is known color: Navy Blue. HEX triplet: 10, 7C and DD. RGB value is (16,124,221). Sum of RGB (Red+Green+Blue) = 16+124+221=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #107CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107CDD is #EF8322. Grayscale: #666666. Windows color (decimal): -15696675 or 14515216. OLE color: 14515216.
HSL color Cylindrical-coordinate representation of color #107CDD: hue angle of 208.39º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107CDD is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 124 | 221 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.13 |
| HSL | 208.39º | 0.86% | 0.46% | - |
| HSV(B) | 208.39º | 0.93% | 0.87% | - |
| XYZ | 20.47 | 19.75 | 71.14 | - |
| YUV | 102.77 | 194.72 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 124 | 221 | 0.93 | 0.44 | 0 | 0.13 | 208.39 | 0.86 | 0.46 |
| Hex | 10 | 7C | DD | 5D | 2C | 0 | D | D0 | 56 | 2E |
| Octal | 20 | 174 | 335 | 135 | 54 | 0 | 15 | 320 | 126 | 56 |
| Binary | 10000 | 1111100 | 11011101 | 1011101 | 101100 | 0 | 1101 | 11010000 | 1010110 | 101110 |
Color Harmonies of #107CDD
Complementary color
Monochromatic Colors of #107CDD
Black with #107CDD
Text Example
Text Example
White with #107CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107CDD; }
p { color: rgb(16,124,221); }
H1.HeaderClassName
{
color: #107CDD;
}
.AnyTagClassName
{
color: #107CDD;
}
</style>
background-color css
<style>
a { background-color: #107CDD; }
a { background-color: rgb(16,124,221); }
div.DivClassName
{
background-color: #107CDD;
}
.BgClassName
{
background-color: #107CDD;
}
</style>
border-color css
<style>
span { border-color: #107CDD; }
span { border-color: rgb(16,124,221); }
td.TdClassName
{
border-color: #107CDD;
}
.TagClassName
{
border-color: #107CDD;
}
</style>