#116589

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

Shades of Allports #116589

Tints of Allports #116589

Color information

#116589 (or 0x116589) is unknown color: approx Allports. HEX triplet: 11, 65 and 89. RGB value is (17,101,137). Sum of RGB (Red+Green+Blue) = 17+101+137=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #116589 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116589 is #EE9A76. Grayscale: #4F4F4F. Windows color (decimal): -15637111 or 9004305. OLE color: 9004305.

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

Color convert

RGB17101137-
CMYK0.880.2600.46
HSL198º77.92%30.2%-
HSV(B)198º87.59%53.73%-
XYZ9.411.2325.34-
YUV79.99160.1783.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.67%
GREEN value IS 101 (39.84% from 255) = 39.61%
BLUE value IS 137 (53.91% from 255) = 53.73%
R=6.67%
G=39.61%
B=53.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal171011370.880.2600.4619877.9230.2
Hex116589581A02Ec64e1e
Octal211452111303205630611636
Binary10001110010110001001101100011010010111011000110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116589; }

 p { color: rgb(17,101,137); }

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

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

 a { background-color: rgb(17,101,137); }

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

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

 span { border-color: rgb(17,101,137); }

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