#156371

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

Shades of Allports #156371

Tints of Allports #156371

Color information

#156371 (or 0x156371) is unknown color: approx Allports. HEX triplet: 15, 63 and 71. RGB value is (21,99,113). Sum of RGB (Red+Green+Blue) = 21+99+113=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #156371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156371 is #EA9C8E. Grayscale: #4D4D4D. Windows color (decimal): -15375503 or 7430933. OLE color: 7430933.

HSL color Cylindrical-coordinate representation of color #156371: hue angle of 189.13º 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 #156371 is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2199113-
CMYK0.810.1200.56
HSL189.13º68.66%26.27%-
HSV(B)189.13º81.42%44.31%-
XYZ7.7510.2817.2-
YUV77.27148.1687.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.01%
GREEN value IS 99 (39.06% from 255) = 42.49%
BLUE value IS 113 (44.53% from 255) = 48.50%
R=9.01%
G=42.49%
B=48.50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21991130.810.1200.56189.1368.6626.27
Hex15637151C038bd451a
Octal251431611211407027510532
Binary101011100011111000110100011100011100010111101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156371; }

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

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

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

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

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

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

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

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