Shades of Navy Blue #107DC2
Tints of Navy Blue #107DC2
RGB
CMYK
RGB Variations
Color information
#107DC2 (or 0x107DC2) is known color: Navy Blue. HEX triplet: 10, 7D and C2. RGB value is (16,125,194). Sum of RGB (Red+Green+Blue) = 16+125+194=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 194 (76.17% from 255 or 57.91% from 335); Max value from RGB is 194 - color contains mainly: blue. Hex color #107DC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107DC2 is #EF823D. Grayscale: #636363. Windows color (decimal): -15696446 or 12746000. OLE color: 12746000.
HSL color Cylindrical-coordinate representation of color #107DC2: hue angle of 203.26º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #107DC2 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 125 | 194 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.24 |
| HSL | 203.26º | 0.85% | 0.41% | - |
| HSV(B) | 203.26º | 0.92% | 0.76% | - |
| XYZ | 17.28 | 18.67 | 53.73 | - |
| YUV | 100.28 | 180.89 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 125 | 194 | 0.92 | 0.36 | 0 | 0.24 | 203.26 | 0.85 | 0.41 |
| Hex | 10 | 7D | C2 | 5C | 24 | 0 | 18 | CB | 55 | 29 |
| Octal | 20 | 175 | 302 | 134 | 44 | 0 | 30 | 313 | 125 | 51 |
| Binary | 10000 | 1111101 | 11000010 | 1011100 | 100100 | 0 | 11000 | 11001011 | 1010101 | 101001 |
Color Harmonies of #107DC2
Complementary color
Monochromatic Colors of #107DC2
Black with #107DC2
Text Example
Text Example
White with #107DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107DC2; }
p { color: rgb(16,125,194); }
H1.HeaderClassName
{
color: #107DC2;
}
.AnyTagClassName
{
color: #107DC2;
}
</style>
background-color css
<style>
a { background-color: #107DC2; }
a { background-color: rgb(16,125,194); }
div.DivClassName
{
background-color: #107DC2;
}
.BgClassName
{
background-color: #107DC2;
}
</style>
border-color css
<style>
span { border-color: #107DC2; }
span { border-color: rgb(16,125,194); }
td.TdClassName
{
border-color: #107DC2;
}
.TagClassName
{
border-color: #107DC2;
}
</style>