#1178E4

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

Shades of Navy Blue #1178E4

Tints of Navy Blue #1178E4

Color information

#1178E4 (or 0x1178E4) is unknown color: approx Navy Blue. HEX triplet: 11, 78 and E4. RGB value is (17,120,228). Sum of RGB (Red+Green+Blue) = 17+120+228=365 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.66% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 228 (89.45% from 255 or 62.47% from 365); Max value from RGB is 228 - color contains mainly: blue. Hex color #1178E4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1178E4 is #EE871B. Grayscale: #646464. Windows color (decimal): -15632156 or 14972945. OLE color: 14972945.

HSL color Cylindrical-coordinate representation of color #1178E4: hue angle of 210.71º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1178E4 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17120228-
CMYK0.930.4700.11
HSL210.71º86.12%48.04%-
HSV(B)210.71º92.54%89.41%-
XYZ20.9519.1575.99-
YUV101.52199.3867.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.66%
GREEN value IS 120 (47.27% from 255) = 32.88%
BLUE value IS 228 (89.45% from 255) = 62.47%
R=4.66%
G=32.88%
B=62.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal171202280.930.4700.11210.7186.1248.04
Hex1178E45D2F0Bd35630
Octal211703441355701332312660
Binary10001111100011100100101110110111101011110100111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1178E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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