#156878

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

Shades of Allports #156878

Tints of Allports #156878

Color information

#156878 (or 0x156878) is unknown color: approx Allports. HEX triplet: 15, 68 and 78. RGB value is (21,104,120). Sum of RGB (Red+Green+Blue) = 21+104+120=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #156878 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156878 is #EA9787. Grayscale: #505050. Windows color (decimal): -15374216 or 7890965. OLE color: 7890965.

HSL color Cylindrical-coordinate representation of color #156878: hue angle of 189.7º 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 #156878 is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB21104120-
CMYK0.830.1300.53
HSL189.7º70.21%27.65%-
HSV(B)189.7º82.5%47.06%-
XYZ8.6511.4219.52-
YUV81.0115085.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.57%
GREEN value IS 104 (41.02% from 255) = 42.45%
BLUE value IS 120 (47.27% from 255) = 48.98%
R=8.57%
G=42.45%
B=48.98%

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
Decimal211041200.830.1300.53189.770.2127.65
Hex15687853D035be461c
Octal251501701231506527610634
Binary101011101000111100010100111101011010110111110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156878; }

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

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

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

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

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

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

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

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