#156979

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

Shades of Allports #156979

Tints of Allports #156979

Color information

#156979 (or 0x156979) is unknown color: approx Allports. HEX triplet: 15, 69 and 79. RGB value is (21,105,121). Sum of RGB (Red+Green+Blue) = 21+105+121=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 121 (47.66% from 255 or 48.99% from 247); Max value from RGB is 121 - color contains mainly: blue. Hex color #156979 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156979 is #EA9686. Grayscale: #515151. Windows color (decimal): -15373959 or 7956757. OLE color: 7956757.

HSL color Cylindrical-coordinate representation of color #156979: hue angle of 189.6º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #156979 is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB21105121-
CMYK0.830.1300.53
HSL189.6º70.42%27.84%-
HSV(B)189.6º82.64%47.45%-
XYZ8.8111.6419.87-
YUV81.71150.1784.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.50%
GREEN value IS 105 (41.41% from 255) = 42.51%
BLUE value IS 121 (47.66% from 255) = 48.99%
R=8.50%
G=42.51%
B=48.99%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal211051210.830.1300.53189.670.4227.84
Hex15697953D035be461c
Octal251511711231506527610634
Binary101011101001111100110100111101011010110111110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156979; }

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

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

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

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

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

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

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

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