#1079C6

Color #1079C6 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1079C6

Tints of Navy Blue #1079C6

Color information

#1079C6 (or 0x1079C6) is unknown color: approx Navy Blue. HEX triplet: 10, 79 and C6. RGB value is (16,121,198). Sum of RGB (Red+Green+Blue) = 16+121+198=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 198 (77.73% from 255 or 59.10% from 335); Max value from RGB is 198 - color contains mainly: blue. Hex color #1079C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1079C6 is #EF8639. Grayscale: #616161. Windows color (decimal): -15697466 or 13007120. OLE color: 13007120.

HSL color Cylindrical-coordinate representation of color #1079C6: hue angle of 205.38º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1079C6 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16121198-
CMYK0.920.3900.22
HSL205.38º85.05%41.96%-
HSV(B)205.38º91.92%77.65%-
XYZ17.2417.8655.96-
YUV98.38184.2169.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 4.78%
GREEN value IS 121 (47.66% from 255) = 36.12%
BLUE value IS 198 (77.73% from 255) = 59.10%
R=4.78%
G=36.12%
B=59.10%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal161211980.920.3900.22205.3885.0541.96
Hex1079C65C27016cd552a
Octal201713061344702631512552
Binary100001111001110001101011100100111010110110011011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1079C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1079C6; }

 p { color: rgb(16,121,198); }

 H1.HeaderClassName
 {
   color: #1079C6;
 }
 .AnyTagClassName
 {
   color: #1079C6;
 }
</style>
background-color css

<style>
 a { background-color: #1079C6; }

 a { background-color: rgb(16,121,198); }

 div.DivClassName
 {
   background-color: #1079C6;
 }
 .BgClassName
 {
   background-color: #1079C6;
 }
</style>
border-color css

<style>
 span { border-color: #1079C6; }

 span { border-color: rgb(16,121,198); }

 td.TdClassName
 {
   border-color: #1079C6;
 }
 .TagClassName
 {
   border-color: #1079C6;
 }
</style>