Shades of Navy Blue #1079D0
Tints of Navy Blue #1079D0
RGB
CMYK
RGB Variations
Color information
#1079D0 (or 0x1079D0) is known color: Navy Blue. HEX triplet: 10, 79 and D0. RGB value is (16,121,208). Sum of RGB (Red+Green+Blue) = 16+121+208=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 208 (81.64% from 255 or 60.29% from 345); Max value from RGB is 208 - color contains mainly: blue. Hex color #1079D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1079D0 is #EF862F. Grayscale: #636363. Windows color (decimal): -15697456 or 13662480. OLE color: 13662480.
HSL color Cylindrical-coordinate representation of color #1079D0: hue angle of 207.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1079D0 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 121 | 208 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.18 |
| HSL | 207.19º | 0.86% | 0.44% | - |
| HSV(B) | 207.19º | 0.92% | 0.82% | - |
| XYZ | 18.44 | 18.34 | 62.24 | - |
| YUV | 99.52 | 189.21 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 121 | 208 | 0.92 | 0.42 | 0 | 0.18 | 207.19 | 0.86 | 0.44 |
| Hex | 10 | 79 | D0 | 5C | 2A | 0 | 12 | CF | 56 | 2C |
| Octal | 20 | 171 | 320 | 134 | 52 | 0 | 22 | 317 | 126 | 54 |
| Binary | 10000 | 1111001 | 11010000 | 1011100 | 101010 | 0 | 10010 | 11001111 | 1010110 | 101100 |
Color Harmonies of #1079D0
Complementary color
Monochromatic Colors of #1079D0
Black with #1079D0
Text Example
Text Example
White with #1079D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1079D0; }
p { color: rgb(16,121,208); }
H1.HeaderClassName
{
color: #1079D0;
}
.AnyTagClassName
{
color: #1079D0;
}
</style>
background-color css
<style>
a { background-color: #1079D0; }
a { background-color: rgb(16,121,208); }
div.DivClassName
{
background-color: #1079D0;
}
.BgClassName
{
background-color: #1079D0;
}
</style>
border-color css
<style>
span { border-color: #1079D0; }
span { border-color: rgb(16,121,208); }
td.TdClassName
{
border-color: #1079D0;
}
.TagClassName
{
border-color: #1079D0;
}
</style>