#116289

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

Shades of Allports #116289

Tints of Allports #116289

Color information

#116289 (or 0x116289) is unknown color: approx Allports. HEX triplet: 11, 62 and 89. RGB value is (17,98,137). Sum of RGB (Red+Green+Blue) = 17+98+137=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #116289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116289 is #EE9D76. Grayscale: #4D4D4D. Windows color (decimal): -15637879 or 9003537. OLE color: 9003537.

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

Color convert

RGB1798137-
CMYK0.880.2800.46
HSL199.5º77.92%30.2%-
HSV(B)199.5º87.59%53.73%-
XYZ9.1110.6625.24-
YUV78.23161.1684.33-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.75%
GREEN value IS 98 (38.67% from 255) = 38.89%
BLUE value IS 137 (53.91% from 255) = 54.37%
R=6.75%
G=38.89%
B=54.37%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal17981370.880.2800.46199.577.9230.2
Hex116289581C02Ec84e1e
Octal211422111303405631011636
Binary10001110001010001001101100011100010111011001000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116289; }

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

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

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

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

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

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

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

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