#1179E4

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

Shades of Navy Blue #1179E4

Tints of Navy Blue #1179E4

Color information

#1179E4 (or 0x1179E4) is unknown color: approx Navy Blue. HEX triplet: 11, 79 and E4. RGB value is (17,121,228). Sum of RGB (Red+Green+Blue) = 17+121+228=366 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.64% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 228 (89.45% from 255 or 62.30% from 366); Max value from RGB is 228 - color contains mainly: blue. Hex color #1179E4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1179E4 is #EE861B. Grayscale: #656565. Windows color (decimal): -15631900 or 14973201. OLE color: 14973201.

HSL color Cylindrical-coordinate representation of color #1179E4: hue angle of 210.43º 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 #1179E4 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17121228-
CMYK0.930.4700.11
HSL210.43º86.12%48.04%-
HSV(B)210.43º92.54%89.41%-
XYZ21.0719.476.03-
YUV102.1199.0467.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.64%
GREEN value IS 121 (47.66% from 255) = 33.06%
BLUE value IS 228 (89.45% from 255) = 62.30%
R=4.64%
G=33.06%
B=62.30%

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
Decimal171212280.930.4700.11210.4386.1248.04
Hex1179E45D2F0Bd25630
Octal211713441355701332212660
Binary10001111100111100100101110110111101011110100101010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1179E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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