Shades of Navy Blue #107CDA
Tints of Navy Blue #107CDA
RGB
CMYK
RGB Variations
Color information
#107CDA (or 0x107CDA) is known color: Navy Blue. HEX triplet: 10, 7C and DA. RGB value is (16,124,218). Sum of RGB (Red+Green+Blue) = 16+124+218=358 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.47% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #107CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107CDA is #EF8325. Grayscale: #656565. Windows color (decimal): -15696678 or 14318608. OLE color: 14318608.
HSL color Cylindrical-coordinate representation of color #107CDA: hue angle of 207.92º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107CDA is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 124 | 218 | - |
| CMYK | 0.93 | 0.43 | 0 | 0.15 |
| HSL | 207.92º | 0.86% | 0.46% | - |
| HSV(B) | 207.92º | 0.93% | 0.85% | - |
| XYZ | 20.08 | 19.59 | 69.05 | - |
| YUV | 102.42 | 193.22 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 124 | 218 | 0.93 | 0.43 | 0 | 0.15 | 207.92 | 0.86 | 0.46 |
| Hex | 10 | 7C | DA | 5D | 2B | 0 | F | D0 | 56 | 2E |
| Octal | 20 | 174 | 332 | 135 | 53 | 0 | 17 | 320 | 126 | 56 |
| Binary | 10000 | 1111100 | 11011010 | 1011101 | 101011 | 0 | 1111 | 11010000 | 1010110 | 101110 |
Color Harmonies of #107CDA
Complementary color
Monochromatic Colors of #107CDA
Black with #107CDA
Text Example
Text Example
White with #107CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107CDA; }
p { color: rgb(16,124,218); }
H1.HeaderClassName
{
color: #107CDA;
}
.AnyTagClassName
{
color: #107CDA;
}
</style>
background-color css
<style>
a { background-color: #107CDA; }
a { background-color: rgb(16,124,218); }
div.DivClassName
{
background-color: #107CDA;
}
.BgClassName
{
background-color: #107CDA;
}
</style>
border-color css
<style>
span { border-color: #107CDA; }
span { border-color: rgb(16,124,218); }
td.TdClassName
{
border-color: #107CDA;
}
.TagClassName
{
border-color: #107CDA;
}
</style>