#11708A

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

Shades of Allports #11708A

Tints of Allports #11708A

Color information

#11708A (or 0x11708A) is unknown color: approx Allports. HEX triplet: 11, 70 and 8A. RGB value is (17,112,138). Sum of RGB (Red+Green+Blue) = 17+112+138=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #11708A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11708A is #EE8F75. Grayscale: #565656. Windows color (decimal): -15634294 or 9072657. OLE color: 9072657.

HSL color Cylindrical-coordinate representation of color #11708A: hue angle of 192.89º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11708A is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB17112138-
CMYK0.880.1900.46
HSL192.89º78.06%30.39%-
HSV(B)192.89º87.68%54.12%-
XYZ10.6113.5426.1-
YUV86.56157.0378.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.37%
GREEN value IS 112 (44.14% from 255) = 41.95%
BLUE value IS 138 (54.30% from 255) = 51.69%
R=6.37%
G=41.95%
B=51.69%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal171121380.880.1900.46192.8978.0630.39
Hex11708A581302Ec14e1e
Octal211602121302305630111636
Binary10001111000010001010101100010011010111011000001100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,112,138); }

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

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

 a { background-color: rgb(17,112,138); }

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

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

 span { border-color: rgb(17,112,138); }

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