#117EDA

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

Shades of Navy Blue #117EDA

Tints of Navy Blue #117EDA

Color information

#117EDA (or 0x117EDA) is unknown color: approx Navy Blue. HEX triplet: 11, 7E and DA. RGB value is (17,126,218). Sum of RGB (Red+Green+Blue) = 17+126+218=361 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.71% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 218 (85.55% from 255 or 60.39% from 361); Max value from RGB is 218 - color contains mainly: blue. Hex color #117EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117EDA is #EE8125. Grayscale: #676767. Windows color (decimal): -15630630 or 14319121. OLE color: 14319121.

HSL color Cylindrical-coordinate representation of color #117EDA: hue angle of 207.46º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117EDA is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17126218-
CMYK0.920.4200.15
HSL207.46º85.53%46.08%-
HSV(B)207.46º92.2%85.49%-
XYZ20.3520.169.14-
YUV103.9192.3966.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.71%
GREEN value IS 126 (49.61% from 255) = 34.90%
BLUE value IS 218 (85.55% from 255) = 60.39%
R=4.71%
G=34.90%
B=60.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal171262180.920.4200.15207.4685.5346.08
Hex117EDA5C2A0Fcf562e
Octal211763321345201731712656
Binary10001111111011011010101110010101001111110011111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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