#116076

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

Shades of Allports #116076

Tints of Allports #116076

Color information

#116076 (or 0x116076) is unknown color: approx Allports. HEX triplet: 11, 60 and 76. RGB value is (17,96,118). Sum of RGB (Red+Green+Blue) = 17+96+118=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #116076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116076 is #EE9F89. Grayscale: #4A4A4A. Windows color (decimal): -15638410 or 7757841. OLE color: 7757841.

HSL color Cylindrical-coordinate representation of color #116076: hue angle of 193.07º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #116076 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1796118-
CMYK0.860.1900.54
HSL193.07º74.81%26.47%-
HSV(B)193.07º85.59%46.27%-
XYZ7.689.7918.62-
YUV74.89152.3386.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.36%
GREEN value IS 96 (37.89% from 255) = 41.56%
BLUE value IS 118 (46.48% from 255) = 51.08%
R=7.36%
G=41.56%
B=51.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17961180.860.1900.54193.0774.8126.47
Hex1160765613036c14b1a
Octal211401661262306630111332
Binary1000111000001110110101011010011011011011000001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116076; }

 p { color: rgb(17,96,118); }

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

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

 a { background-color: rgb(17,96,118); }

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

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

 span { border-color: rgb(17,96,118); }

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