Shades of Navy Blue #107ADF
Tints of Navy Blue #107ADF
RGB
CMYK
RGB Variations
Color information
#107ADF (or 0x107ADF) is known color: Navy Blue. HEX triplet: 10, 7A and DF. RGB value is (16,122,223). Sum of RGB (Red+Green+Blue) = 16+122+223=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #107ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107ADF is #EF8520. Grayscale: #656565. Windows color (decimal): -15697185 or 14645776. OLE color: 14645776.
HSL color Cylindrical-coordinate representation of color #107ADF: hue angle of 209.28º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107ADF is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 122 | 223 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.13 |
| HSL | 209.28º | 0.87% | 0.47% | - |
| HSV(B) | 209.28º | 0.93% | 0.87% | - |
| XYZ | 20.49 | 19.36 | 72.47 | - |
| YUV | 101.82 | 196.38 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 122 | 223 | 0.93 | 0.45 | 0 | 0.13 | 209.28 | 0.87 | 0.47 |
| Hex | 10 | 7A | DF | 5D | 2D | 0 | D | D1 | 57 | 2F |
| Octal | 20 | 172 | 337 | 135 | 55 | 0 | 15 | 321 | 127 | 57 |
| Binary | 10000 | 1111010 | 11011111 | 1011101 | 101101 | 0 | 1101 | 11010001 | 1010111 | 101111 |
Color Harmonies of #107ADF
Complementary color
Monochromatic Colors of #107ADF
Black with #107ADF
Text Example
Text Example
White with #107ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107ADF; }
p { color: rgb(16,122,223); }
H1.HeaderClassName
{
color: #107ADF;
}
.AnyTagClassName
{
color: #107ADF;
}
</style>
background-color css
<style>
a { background-color: #107ADF; }
a { background-color: rgb(16,122,223); }
div.DivClassName
{
background-color: #107ADF;
}
.BgClassName
{
background-color: #107ADF;
}
</style>
border-color css
<style>
span { border-color: #107ADF; }
span { border-color: rgb(16,122,223); }
td.TdClassName
{
border-color: #107ADF;
}
.TagClassName
{
border-color: #107ADF;
}
</style>