#116979

Color #116979 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #116979

Tints of Allports #116979

Color information

#116979 (or 0x116979) is unknown color: approx Allports. HEX triplet: 11, 69 and 79. RGB value is (17,105,121). Sum of RGB (Red+Green+Blue) = 17+105+121=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #116979 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116979 is #EE9686. Grayscale: #505050. Windows color (decimal): -15636103 or 7956753. OLE color: 7956753.

HSL color Cylindrical-coordinate representation of color #116979: hue angle of 189.23º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #116979 is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB17105121-
CMYK0.860.1300.53
HSL189.23º75.36%27.06%-
HSV(B)189.23º85.95%47.45%-
XYZ8.7311.619.87-
YUV80.51150.8582.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.00%
GREEN value IS 105 (41.41% from 255) = 43.21%
BLUE value IS 121 (47.66% from 255) = 49.79%
R=7.00%
G=43.21%
B=49.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal171051210.860.1300.53189.2375.3627.06
Hex11697956D035bd4b1b
Octal211511711261506527511333
Binary100011101001111100110101101101011010110111101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116979; }

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

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

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

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

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

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

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

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