#156071

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

Shades of Allports #156071

Tints of Allports #156071

Color information

#156071 (or 0x156071) is unknown color: approx Allports. HEX triplet: 15, 60 and 71. RGB value is (21,96,113). Sum of RGB (Red+Green+Blue) = 21+96+113=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #156071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156071 is #EA9F8E. Grayscale: #4B4B4B. Windows color (decimal): -15376271 or 7430165. OLE color: 7430165.

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

Color convert

RGB2196113-
CMYK0.810.1500.56
HSL191.09º68.66%26.27%-
HSV(B)191.09º81.42%44.31%-
XYZ7.479.7217.1-
YUV75.51149.1589.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.13%
GREEN value IS 96 (37.89% from 255) = 41.74%
BLUE value IS 113 (44.53% from 255) = 49.13%
R=9.13%
G=41.74%
B=49.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21961130.810.1500.56191.0968.6626.27
Hex15607151F038bf451a
Octal251401611211707027710532
Binary101011100000111000110100011111011100010111111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156071; }

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

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

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

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

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

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

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

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