#156978

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

Shades of Allports #156978

Tints of Allports #156978

Color information

#156978 (or 0x156978) is unknown color: approx Allports. HEX triplet: 15, 69 and 78. RGB value is (21,105,120). Sum of RGB (Red+Green+Blue) = 21+105+120=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #156978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156978 is #EA9687. Grayscale: #515151. Windows color (decimal): -15373960 or 7891221. OLE color: 7891221.

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

Color convert

RGB21105120-
CMYK0.830.1300.53
HSL189.09º70.21%27.65%-
HSV(B)189.09º82.5%47.06%-
XYZ8.7511.6219.55-
YUV81.59149.6784.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.54%
GREEN value IS 105 (41.41% from 255) = 42.68%
BLUE value IS 120 (47.27% from 255) = 48.78%
R=8.54%
G=42.68%
B=48.78%

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
Decimal211051200.830.1300.53189.0970.2127.65
Hex15697853D035bd461c
Octal251511701231506527510634
Binary101011101001111100010100111101011010110111101100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156978; }

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

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

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

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

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

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

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

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