#156772

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

Shades of Allports #156772

Tints of Allports #156772

Color information

#156772 (or 0x156772) is unknown color: approx Allports. HEX triplet: 15, 67 and 72. RGB value is (21,103,114). Sum of RGB (Red+Green+Blue) = 21+103+114=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 103 (40.62% from 255 or 43.28% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #156772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156772 is #EA988D. Grayscale: #4F4F4F. Windows color (decimal): -15374478 or 7497493. OLE color: 7497493.

HSL color Cylindrical-coordinate representation of color #156772: hue angle of 187.1º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #156772 is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB21103114-
CMYK0.820.1000.55
HSL187.1º68.89%26.47%-
HSV(B)187.1º81.58%44.71%-
XYZ8.211.0717.63-
YUV79.74147.3386.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.82%
GREEN value IS 103 (40.62% from 255) = 43.28%
BLUE value IS 114 (44.92% from 255) = 47.90%
R=8.82%
G=43.28%
B=47.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal211031140.820.1000.55187.168.8926.47
Hex15677252A037bb451a
Octal251471621221206727310532
Binary101011100111111001010100101010011011110111011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156772; }

 p { color: rgb(21,103,114); }

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

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

 a { background-color: rgb(21,103,114); }

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

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

 span { border-color: rgb(21,103,114); }

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