#156A78

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

Shades of Allports #156A78

Tints of Allports #156A78

Color information

#156A78 (or 0x156A78) is unknown color: approx Allports. HEX triplet: 15, 6A and 78. RGB value is (21,106,120). Sum of RGB (Red+Green+Blue) = 21+106+120=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 106 (41.80% from 255 or 42.91% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #156A78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156A78 is #EA9587. Grayscale: #525252. Windows color (decimal): -15373704 or 7891477. OLE color: 7891477.

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

Color convert

RGB21106120-
CMYK0.830.1200.53
HSL188.48º70.21%27.65%-
HSV(B)188.48º82.5%47.06%-
XYZ8.8511.8219.58-
YUV82.18149.3484.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.50%
GREEN value IS 106 (41.80% from 255) = 42.91%
BLUE value IS 120 (47.27% from 255) = 48.58%
R=8.50%
G=42.91%
B=48.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal211061200.830.1200.53188.4870.2127.65
Hex156A7853C035bc461c
Octal251521701231406527410634
Binary101011101010111100010100111100011010110111100100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156A78; }

 p { color: rgb(21,106,120); }

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

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

 a { background-color: rgb(21,106,120); }

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

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

 span { border-color: rgb(21,106,120); }

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