#156A81

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

Shades of Allports #156A81

Tints of Allports #156A81

Color information

#156A81 (or 0x156A81) is unknown color: approx Allports. HEX triplet: 15, 6A and 81. RGB value is (21,106,129). Sum of RGB (Red+Green+Blue) = 21+106+129=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 129 (50.78% from 255 or 50.39% from 256); Max value from RGB is 129 - color contains mainly: blue. Hex color #156A81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156A81 is #EA957E. Grayscale: #535353. Windows color (decimal): -15373695 or 8481301. OLE color: 8481301.

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

Color convert

RGB21106129-
CMYK0.840.1800.49
HSL192.78º72%29.41%-
HSV(B)192.78º83.72%50.59%-
XYZ9.4312.0522.6-
YUV83.21153.8483.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.20%
GREEN value IS 106 (41.80% from 255) = 41.41%
BLUE value IS 129 (50.78% from 255) = 50.39%
R=8.20%
G=41.41%
B=50.39%

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
Decimal211061290.840.1800.49192.787229.41
Hex156A815412031c1481d
Octal251522011242206130111035
Binary10101110101010000001101010010010011000111000001100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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