#1177C5

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

Shades of Navy Blue #1177C5

Tints of Navy Blue #1177C5

Color information

#1177C5 (or 0x1177C5) is unknown color: approx Navy Blue. HEX triplet: 11, 77 and C5. RGB value is (17,119,197). Sum of RGB (Red+Green+Blue) = 17+119+197=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 197 (77.34% from 255 or 59.16% from 333); Max value from RGB is 197 - color contains mainly: blue. Hex color #1177C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1177C5 is #EE883A. Grayscale: #606060. Windows color (decimal): -15632443 or 12941073. OLE color: 12941073.

HSL color Cylindrical-coordinate representation of color #1177C5: hue angle of 206º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1177C5 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17119197-
CMYK0.910.4000.23
HSL206º84.11%41.96%-
HSV(B)206º91.37%77.25%-
XYZ16.9117.3455.28-
YUV97.39184.2170.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.11%
GREEN value IS 119 (46.88% from 255) = 35.74%
BLUE value IS 197 (77.34% from 255) = 59.16%
R=5.11%
G=35.74%
B=59.16%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal171191970.910.4000.2320684.1141.96
Hex1177C55B28017ce542a
Octal211673051335002731612452
Binary100011110111110001011011011101000010111110011101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1177C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1177C5; }

 p { color: rgb(17,119,197); }

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

<style>
 a { background-color: #1177C5; }

 a { background-color: rgb(17,119,197); }

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

<style>
 span { border-color: #1177C5; }

 span { border-color: rgb(17,119,197); }

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