#117FDA

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

Shades of Navy Blue #117FDA

Tints of Navy Blue #117FDA

Color information

#117FDA (or 0x117FDA) is unknown color: approx Navy Blue. HEX triplet: 11, 7F and DA. RGB value is (17,127,218). Sum of RGB (Red+Green+Blue) = 17+127+218=362 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.70% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #117FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117FDA is #EE8025. Grayscale: #686868. Windows color (decimal): -15630374 or 14319377. OLE color: 14319377.

HSL color Cylindrical-coordinate representation of color #117FDA: hue angle of 207.16º 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 #117FDA is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17127218-
CMYK0.920.4200.15
HSL207.16º85.53%46.08%-
HSV(B)207.16º92.2%85.49%-
XYZ20.4820.3669.18-
YUV104.48192.0665.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.70%
GREEN value IS 127 (50% from 255) = 35.08%
BLUE value IS 218 (85.55% from 255) = 60.22%
R=4.70%
G=35.08%
B=60.22%

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
Decimal171272180.920.4200.15207.1685.5346.08
Hex117FDA5C2A0Fcf562e
Octal211773321345201731712656
Binary10001111111111011010101110010101001111110011111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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