#1177dd

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

Shades of Navy Blue #1177DD

Tints of Navy Blue #1177DD

Color information

#1177DD (or 0x1177DD) is unknown color: approx Navy Blue. HEX triplet: 11, 77 and DD. RGB value is (17,119,221). Sum of RGB (Red+Green+Blue) = 17+119+221=357 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.76% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #1177DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1177DD is #EE8822. Grayscale: #636363. Windows color (decimal): -15632419 or 14513937. OLE color: 14513937.

HSL color Cylindrical-coordinate representation of color #1177DD: hue angle of 210º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1177DD is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17119221-
CMYK0.920.4600.13
HSL210º85.71%46.67%-
HSV(B)210º92.31%86.67%-
XYZ19.8818.5370.94-
YUV100.13196.2168.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.76%
GREEN value IS 119 (46.88% from 255) = 33.33%
BLUE value IS 221 (86.72% from 255) = 61.90%
R=4.76%
G=33.33%
B=61.90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171192210.920.4600.1321085.7146.67
Hex1177DD5C2E0Dd2562f
Octal211673351345601532212657
Binary10001111011111011101101110010111001101110100101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1177dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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