#11717A

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

Shades of Allports #11717A

Tints of Allports #11717A

Color information

#11717A (or 0x11717A) is unknown color: approx Allports. HEX triplet: 11, 71 and 7A. RGB value is (17,113,122). Sum of RGB (Red+Green+Blue) = 17+113+122=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 122 - color contains mainly: blue. Hex color #11717A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11717A is #EE8E85. Grayscale: #555555. Windows color (decimal): -15634054 or 8024337. OLE color: 8024337.

HSL color Cylindrical-coordinate representation of color #11717A: hue angle of 185.14º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11717A is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB17113122-
CMYK0.860.0700.52
HSL185.14º75.54%27.25%-
HSV(B)185.14º86.07%47.84%-
XYZ9.6513.3320.48-
YUV85.32148.779.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.75%
GREEN value IS 113 (44.53% from 255) = 44.84%
BLUE value IS 122 (48.05% from 255) = 48.41%
R=6.75%
G=44.84%
B=48.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal171131220.860.0700.52185.1475.5427.25
Hex11717A567034b94c1b
Octal21161172126706427111433
Binary10001111000111110101010110111011010010111001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11717A; }

 p { color: rgb(17,113,122); }

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

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

 a { background-color: rgb(17,113,122); }

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

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

 span { border-color: rgb(17,113,122); }

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