#156972

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

Shades of Allports #156972

Tints of Allports #156972

Color information

#156972 (or 0x156972) is unknown color: approx Allports. HEX triplet: 15, 69 and 72. RGB value is (21,105,114). Sum of RGB (Red+Green+Blue) = 21+105+114=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #156972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156972 is #EA968D. Grayscale: #505050. Windows color (decimal): -15373966 or 7498005. OLE color: 7498005.

HSL color Cylindrical-coordinate representation of color #156972: hue angle of 185.81º 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 #156972 is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB21105114-
CMYK0.820.0800.55
HSL185.81º68.89%26.47%-
HSV(B)185.81º81.58%44.71%-
XYZ8.411.4817.69-
YUV80.91146.6785.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.75%
GREEN value IS 105 (41.41% from 255) = 43.75%
BLUE value IS 114 (44.92% from 255) = 47.5%
R=8.75%
G=43.75%
B=47.5%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal211051140.820.0800.55185.8168.8926.47
Hex156972528037ba451a
Octal251511621221006727210532
Binary101011101001111001010100101000011011110111010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156972; }

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

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

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

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

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

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

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

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