Shades of Navy Blue #107AD5
Tints of Navy Blue #107AD5
RGB
CMYK
RGB Variations
Color information
#107AD5 (or 0x107AD5) is known color: Navy Blue. HEX triplet: 10, 7A and D5. RGB value is (16,122,213). Sum of RGB (Red+Green+Blue) = 16+122+213=351 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.56% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 213 (83.59% from 255 or 60.68% from 351); Max value from RGB is 213 - color contains mainly: blue. Hex color #107AD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107AD5 is #EF852A. Grayscale: #646464. Windows color (decimal): -15697195 or 13990416. OLE color: 13990416.
HSL color Cylindrical-coordinate representation of color #107AD5: hue angle of 207.72º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #107AD5 is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 122 | 213 | - |
| CMYK | 0.92 | 0.43 | 0 | 0.16 |
| HSL | 207.72º | 0.86% | 0.45% | - |
| HSV(B) | 207.72º | 0.92% | 0.84% | - |
| XYZ | 19.18 | 18.83 | 65.57 | - |
| YUV | 100.68 | 191.38 | 67.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 122 | 213 | 0.92 | 0.43 | 0 | 0.16 | 207.72 | 0.86 | 0.45 |
| Hex | 10 | 7A | D5 | 5C | 2B | 0 | 10 | D0 | 56 | 2D |
| Octal | 20 | 172 | 325 | 134 | 53 | 0 | 20 | 320 | 126 | 55 |
| Binary | 10000 | 1111010 | 11010101 | 1011100 | 101011 | 0 | 10000 | 11010000 | 1010110 | 101101 |
Color Harmonies of #107AD5
Complementary color
Monochromatic Colors of #107AD5
Black with #107AD5
Text Example
Text Example
White with #107AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107AD5; }
p { color: rgb(16,122,213); }
H1.HeaderClassName
{
color: #107AD5;
}
.AnyTagClassName
{
color: #107AD5;
}
</style>
background-color css
<style>
a { background-color: #107AD5; }
a { background-color: rgb(16,122,213); }
div.DivClassName
{
background-color: #107AD5;
}
.BgClassName
{
background-color: #107AD5;
}
</style>
border-color css
<style>
span { border-color: #107AD5; }
span { border-color: rgb(16,122,213); }
td.TdClassName
{
border-color: #107AD5;
}
.TagClassName
{
border-color: #107AD5;
}
</style>