#11718E

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

Shades of Allports #11718E

Tints of Allports #11718E

Color information

#11718E (or 0x11718E) is unknown color: approx Allports. HEX triplet: 11, 71 and 8E. RGB value is (17,113,142). Sum of RGB (Red+Green+Blue) = 17+113+142=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #11718E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11718E is #EE8E71. Grayscale: #575757. Windows color (decimal): -15634034 or 9335057. OLE color: 9335057.

HSL color Cylindrical-coordinate representation of color #11718E: hue angle of 193.92º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11718E is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB17113142-
CMYK0.880.2000.44
HSL193.92º78.62%31.18%-
HSV(B)193.92º88.03%55.69%-
XYZ11.0213.8827.69-
YUV87.6158.777.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.25%
GREEN value IS 113 (44.53% from 255) = 41.54%
BLUE value IS 142 (55.86% from 255) = 52.21%
R=6.25%
G=41.54%
B=52.21%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal171131420.880.2000.44193.9278.6231.18
Hex11718E581402Cc24f1f
Octal211612161302405430211737
Binary10001111000110001110101100010100010110011000010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11718E; }

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

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

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

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

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

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

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

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