#1178D5

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

Shades of Navy Blue #1178D5

Tints of Navy Blue #1178D5

Color information

#1178D5 (or 0x1178D5) is unknown color: approx Navy Blue. HEX triplet: 11, 78 and D5. RGB value is (17,120,213). Sum of RGB (Red+Green+Blue) = 17+120+213=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 213 (83.59% from 255 or 60.86% from 350); Max value from RGB is 213 - color contains mainly: blue. Hex color #1178D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1178D5 is #EE872A. Grayscale: #636363. Windows color (decimal): -15632171 or 13989905. OLE color: 13989905.

HSL color Cylindrical-coordinate representation of color #1178D5: hue angle of 208.47º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1178D5 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17120213-
CMYK0.920.4400.16
HSL208.47º85.22%45.1%-
HSV(B)208.47º92.02%83.53%-
XYZ18.9618.3665.49-
YUV99.8191.8868.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.86%
GREEN value IS 120 (47.27% from 255) = 34.29%
BLUE value IS 213 (83.59% from 255) = 60.86%
R=4.86%
G=34.29%
B=60.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal171202130.920.4400.16208.4785.2245.1
Hex1178D55C2C010d0552d
Octal211703251345402032012555
Binary100011111000110101011011100101100010000110100001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1178D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1178D5; }

 p { color: rgb(17,120,213); }

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

<style>
 a { background-color: #1178D5; }

 a { background-color: rgb(17,120,213); }

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

<style>
 span { border-color: #1178D5; }

 span { border-color: rgb(17,120,213); }

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