Shades of Navy Blue #107ADC
Tints of Navy Blue #107ADC
RGB
CMYK
RGB Variations
Color information
#107ADC (or 0x107ADC) is known color: Navy Blue. HEX triplet: 10, 7A and DC. RGB value is (16,122,220). Sum of RGB (Red+Green+Blue) = 16+122+220=358 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.47% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #107ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107ADC is #EF8523. Grayscale: #646464. Windows color (decimal): -15697188 or 14449168. OLE color: 14449168.
HSL color Cylindrical-coordinate representation of color #107ADC: hue angle of 208.82º 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 #107ADC is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 122 | 220 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.14 |
| HSL | 208.82º | 0.86% | 0.46% | - |
| HSV(B) | 208.82º | 0.93% | 0.86% | - |
| XYZ | 20.09 | 19.2 | 70.36 | - |
| YUV | 101.48 | 194.88 | 67.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 122 | 220 | 0.93 | 0.45 | 0 | 0.14 | 208.82 | 0.86 | 0.46 |
| Hex | 10 | 7A | DC | 5D | 2D | 0 | E | D1 | 56 | 2E |
| Octal | 20 | 172 | 334 | 135 | 55 | 0 | 16 | 321 | 126 | 56 |
| Binary | 10000 | 1111010 | 11011100 | 1011101 | 101101 | 0 | 1110 | 11010001 | 1010110 | 101110 |
Color Harmonies of #107ADC
Complementary color
Monochromatic Colors of #107ADC
Black with #107ADC
Text Example
Text Example
White with #107ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107ADC; }
p { color: rgb(16,122,220); }
H1.HeaderClassName
{
color: #107ADC;
}
.AnyTagClassName
{
color: #107ADC;
}
</style>
background-color css
<style>
a { background-color: #107ADC; }
a { background-color: rgb(16,122,220); }
div.DivClassName
{
background-color: #107ADC;
}
.BgClassName
{
background-color: #107ADC;
}
</style>
border-color css
<style>
span { border-color: #107ADC; }
span { border-color: rgb(16,122,220); }
td.TdClassName
{
border-color: #107ADC;
}
.TagClassName
{
border-color: #107ADC;
}
</style>