#117088

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

Shades of Allports #117088

Tints of Allports #117088

Color information

#117088 (or 0x117088) is unknown color: approx Allports. HEX triplet: 11, 70 and 88. RGB value is (17,112,136). Sum of RGB (Red+Green+Blue) = 17+112+136=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 136 (53.52% from 255 or 51.32% from 265); Max value from RGB is 136 - color contains mainly: blue. Hex color #117088 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117088 is #EE8F77. Grayscale: #565656. Windows color (decimal): -15634296 or 8941585. OLE color: 8941585.

HSL color Cylindrical-coordinate representation of color #117088: hue angle of 192.1º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #117088 is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB17112136-
CMYK0.870.1800.47
HSL192.1º77.78%30%-
HSV(B)192.1º87.5%53.33%-
XYZ10.4713.4925.34-
YUV86.33156.0378.55-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.42%
GREEN value IS 112 (44.14% from 255) = 42.26%
BLUE value IS 136 (53.52% from 255) = 51.32%
R=6.42%
G=42.26%
B=51.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal171121360.870.1800.47192.177.7830
Hex117088571202Fc04e1e
Octal211602101272205730011636
Binary10001111000010001000101011110010010111111000000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117088; }

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

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

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

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

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

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

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

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