Shades of Navy Blue #1079C5
Tints of Navy Blue #1079C5
RGB
CMYK
RGB Variations
Color information
#1079C5 (or 0x1079C5) is known color: Navy Blue. HEX triplet: 10, 79 and C5. RGB value is (16,121,197). Sum of RGB (Red+Green+Blue) = 16+121+197=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 197 (77.34% from 255 or 58.98% from 334); Max value from RGB is 197 - color contains mainly: blue. Hex color #1079C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1079C5 is #EF863A. Grayscale: #616161. Windows color (decimal): -15697467 or 12941584. OLE color: 12941584.
HSL color Cylindrical-coordinate representation of color #1079C5: hue angle of 205.19º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1079C5 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 121 | 197 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.23 |
| HSL | 205.19º | 0.85% | 0.42% | - |
| HSV(B) | 205.19º | 0.92% | 0.77% | - |
| XYZ | 17.13 | 17.82 | 55.36 | - |
| YUV | 98.27 | 183.71 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 121 | 197 | 0.92 | 0.39 | 0 | 0.23 | 205.19 | 0.85 | 0.42 |
| Hex | 10 | 79 | C5 | 5C | 27 | 0 | 17 | CD | 55 | 2A |
| Octal | 20 | 171 | 305 | 134 | 47 | 0 | 27 | 315 | 125 | 52 |
| Binary | 10000 | 1111001 | 11000101 | 1011100 | 100111 | 0 | 10111 | 11001101 | 1010101 | 101010 |
Color Harmonies of #1079C5
Complementary color
Monochromatic Colors of #1079C5
Black with #1079C5
Text Example
Text Example
White with #1079C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1079C5; }
p { color: rgb(16,121,197); }
H1.HeaderClassName
{
color: #1079C5;
}
.AnyTagClassName
{
color: #1079C5;
}
</style>
background-color css
<style>
a { background-color: #1079C5; }
a { background-color: rgb(16,121,197); }
div.DivClassName
{
background-color: #1079C5;
}
.BgClassName
{
background-color: #1079C5;
}
</style>
border-color css
<style>
span { border-color: #1079C5; }
span { border-color: rgb(16,121,197); }
td.TdClassName
{
border-color: #1079C5;
}
.TagClassName
{
border-color: #1079C5;
}
</style>