#116488

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

Shades of Allports #116488

Tints of Allports #116488

Color information

#116488 (or 0x116488) is unknown color: approx Allports. HEX triplet: 11, 64 and 88. RGB value is (17,100,136). Sum of RGB (Red+Green+Blue) = 17+100+136=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #116488 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116488 is #EE9B77. Grayscale: #4F4F4F. Windows color (decimal): -15637368 or 8938513. OLE color: 8938513.

HSL color Cylindrical-coordinate representation of color #116488: hue angle of 198.15º 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 #116488 is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB17100136-
CMYK0.870.2600.47
HSL198.15º77.78%30%-
HSV(B)198.15º87.5%53.33%-
XYZ9.2311.0124.93-
YUV79.2916083.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.72%
GREEN value IS 100 (39.45% from 255) = 39.53%
BLUE value IS 136 (53.52% from 255) = 53.75%
R=6.72%
G=39.53%
B=53.75%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal171001360.870.2600.47198.1577.7830
Hex116488571A02Fc64e1e
Octal211442101273205730611636
Binary10001110010010001000101011111010010111111000110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116488; }

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

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

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

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

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

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

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

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