Shades of Navy Blue #107ACF
Tints of Navy Blue #107ACF
RGB
CMYK
RGB Variations
Color information
#107ACF (or 0x107ACF) is known color: Navy Blue. HEX triplet: 10, 7A and CF. RGB value is (16,122,207). Sum of RGB (Red+Green+Blue) = 16+122+207=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #107ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107ACF is #EF8530. Grayscale: #636363. Windows color (decimal): -15697201 or 13597200. OLE color: 13597200.
HSL color Cylindrical-coordinate representation of color #107ACF: hue angle of 206.7º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #107ACF is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 122 | 207 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.19 |
| HSL | 206.7º | 0.86% | 0.44% | - |
| HSV(B) | 206.7º | 0.92% | 0.81% | - |
| XYZ | 18.44 | 18.53 | 61.64 | - |
| YUV | 100 | 188.38 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 122 | 207 | 0.92 | 0.41 | 0 | 0.19 | 206.7 | 0.86 | 0.44 |
| Hex | 10 | 7A | CF | 5C | 29 | 0 | 13 | CF | 56 | 2C |
| Octal | 20 | 172 | 317 | 134 | 51 | 0 | 23 | 317 | 126 | 54 |
| Binary | 10000 | 1111010 | 11001111 | 1011100 | 101001 | 0 | 10011 | 11001111 | 1010110 | 101100 |
Color Harmonies of #107ACF
Complementary color
Monochromatic Colors of #107ACF
Black with #107ACF
Text Example
Text Example
White with #107ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107ACF; }
p { color: rgb(16,122,207); }
H1.HeaderClassName
{
color: #107ACF;
}
.AnyTagClassName
{
color: #107ACF;
}
</style>
background-color css
<style>
a { background-color: #107ACF; }
a { background-color: rgb(16,122,207); }
div.DivClassName
{
background-color: #107ACF;
}
.BgClassName
{
background-color: #107ACF;
}
</style>
border-color css
<style>
span { border-color: #107ACF; }
span { border-color: rgb(16,122,207); }
td.TdClassName
{
border-color: #107ACF;
}
.TagClassName
{
border-color: #107ACF;
}
</style>