#1177CC

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

Shades of Navy Blue #1177CC

Tints of Navy Blue #1177CC

Color information

#1177CC (or 0x1177CC) is unknown color: approx Navy Blue. HEX triplet: 11, 77 and CC. RGB value is (17,119,204). Sum of RGB (Red+Green+Blue) = 17+119+204=340 (45% of max value = 765). Red value is 17 (7.03% from 255 or 5% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #1177CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1177CC is #EE8833. Grayscale: #616161. Windows color (decimal): -15632436 or 13399825. OLE color: 13399825.

HSL color Cylindrical-coordinate representation of color #1177CC: hue angle of 207.27º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1177CC is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17119204-
CMYK0.920.4200.2
HSL207.27º84.62%43.33%-
HSV(B)207.27º91.67%80%-
XYZ17.7317.6759.6-
YUV98.19187.7170.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5%
GREEN value IS 119 (46.88% from 255) = 35%
BLUE value IS 204 (80.08% from 255) = 60%
R=5%
G=35%
B=60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171192040.920.4200.2207.2784.6243.33
Hex1177CC5C2A014cf552b
Octal211673141345202431712553
Binary100011110111110011001011100101010010100110011111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1177CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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