#156171

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

Shades of Allports #156171

Tints of Allports #156171

Color information

#156171 (or 0x156171) is unknown color: approx Allports. HEX triplet: 15, 61 and 71. RGB value is (21,97,113). Sum of RGB (Red+Green+Blue) = 21+97+113=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #156171 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156171 is #EA9E8E. Grayscale: #4B4B4B. Windows color (decimal): -15376015 or 7430421. OLE color: 7430421.

HSL color Cylindrical-coordinate representation of color #156171: hue angle of 190.43º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156171 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2197113-
CMYK0.810.1400.56
HSL190.43º68.66%26.27%-
HSV(B)190.43º81.42%44.31%-
XYZ7.569.917.14-
YUV76.1148.8288.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.09%
GREEN value IS 97 (38.28% from 255) = 41.99%
BLUE value IS 113 (44.53% from 255) = 48.92%
R=9.09%
G=41.99%
B=48.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21971130.810.1400.56190.4368.6626.27
Hex15617151E038be451a
Octal251411611211607027610532
Binary101011100001111000110100011110011100010111110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156171; }

 p { color: rgb(21,97,113); }

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

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

 a { background-color: rgb(21,97,113); }

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

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

 span { border-color: rgb(21,97,113); }

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