#117EC4

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

Shades of Navy Blue #117EC4

Tints of Navy Blue #117EC4

Color information

#117EC4 (or 0x117EC4) is unknown color: approx Navy Blue. HEX triplet: 11, 7E and C4. RGB value is (17,126,196). Sum of RGB (Red+Green+Blue) = 17+126+196=339 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.01% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 196 (76.95% from 255 or 57.82% from 339); Max value from RGB is 196 - color contains mainly: blue. Hex color #117EC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117EC4 is #EE813B. Grayscale: #646464. Windows color (decimal): -15630652 or 12877329. OLE color: 12877329.

HSL color Cylindrical-coordinate representation of color #117EC4: hue angle of 203.46º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117EC4 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17126196-
CMYK0.910.3600.23
HSL203.46º84.04%41.76%-
HSV(B)203.46º91.33%76.86%-
XYZ17.6619.0354.97-
YUV101.39181.3967.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.01%
GREEN value IS 126 (49.61% from 255) = 37.17%
BLUE value IS 196 (76.95% from 255) = 57.82%
R=5.01%
G=37.17%
B=57.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal171261960.910.3600.23203.4684.0441.76
Hex117EC45B24017cb542a
Octal211763041334402731312452
Binary100011111110110001001011011100100010111110010111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117EC4; }

 p { color: rgb(17,126,196); }

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

<style>
 a { background-color: #117EC4; }

 a { background-color: rgb(17,126,196); }

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

<style>
 span { border-color: #117EC4; }

 span { border-color: rgb(17,126,196); }

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