#156A82

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

Shades of Allports #156A82

Tints of Allports #156A82

Color information

#156A82 (or 0x156A82) is unknown color: approx Allports. HEX triplet: 15, 6A and 82. RGB value is (21,106,130). Sum of RGB (Red+Green+Blue) = 21+106+130=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 106 (41.80% from 255 or 41.25% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #156A82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156A82 is #EA957D. Grayscale: #535353. Windows color (decimal): -15373694 or 8546837. OLE color: 8546837.

HSL color Cylindrical-coordinate representation of color #156A82: hue angle of 193.21º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #156A82 is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB21106130-
CMYK0.840.1800.49
HSL193.21º72.19%29.61%-
HSV(B)193.21º83.85%50.98%-
XYZ9.4912.0822.95-
YUV83.32154.3483.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.17%
GREEN value IS 106 (41.80% from 255) = 41.25%
BLUE value IS 130 (51.17% from 255) = 50.58%
R=8.17%
G=41.25%
B=50.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal211061300.840.1800.49193.2172.1929.61
Hex156A825412031c1481e
Octal251522021242206130111036
Binary10101110101010000010101010010010011000111000001100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156A82; }

 p { color: rgb(21,106,130); }

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

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

 a { background-color: rgb(21,106,130); }

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

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

 span { border-color: rgb(21,106,130); }

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