#1173C6

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

Shades of Navy Blue #1173C6

Tints of Navy Blue #1173C6

Color information

#1173C6 (or 0x1173C6) is unknown color: approx Navy Blue. HEX triplet: 11, 73 and C6. RGB value is (17,115,198). Sum of RGB (Red+Green+Blue) = 17+115+198=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 198 (77.73% from 255 or 60% from 330); Max value from RGB is 198 - color contains mainly: blue. Hex color #1173C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1173C6 is #EE8C39. Grayscale: #5E5E5E. Windows color (decimal): -15633466 or 13005585. OLE color: 13005585.

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

Color convert

RGB17115198-
CMYK0.910.4200.22
HSL207.51º84.19%42.16%-
HSV(B)207.51º91.41%77.65%-
XYZ16.5516.4655.73-
YUV95.16186.0372.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.15%
GREEN value IS 115 (45.31% from 255) = 34.85%
BLUE value IS 198 (77.73% from 255) = 60%
R=5.15%
G=34.85%
B=60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal171151980.910.4200.22207.5184.1942.16
Hex1173C65B2A016d0542a
Octal211633061335202632012452
Binary100011110011110001101011011101010010110110100001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1173C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,115,198); }

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

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

 a { background-color: rgb(17,115,198); }

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

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

 span { border-color: rgb(17,115,198); }

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