#156982

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

Shades of Allports #156982

Tints of Allports #156982

Color information

#156982 (or 0x156982) is unknown color: approx Allports. HEX triplet: 15, 69 and 82. RGB value is (21,105,130). Sum of RGB (Red+Green+Blue) = 21+105+130=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #156982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156982 is #EA967D. Grayscale: #525252. Windows color (decimal): -15373950 or 8546581. OLE color: 8546581.

HSL color Cylindrical-coordinate representation of color #156982: hue angle of 193.76º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #156982 is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB21105130-
CMYK0.840.1900.49
HSL193.76º72.19%29.61%-
HSV(B)193.76º83.85%50.98%-
XYZ9.3911.8722.92-
YUV82.73154.6783.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.20%
GREEN value IS 105 (41.41% from 255) = 41.02%
BLUE value IS 130 (51.17% from 255) = 50.78%
R=8.20%
G=41.02%
B=50.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal211051300.840.1900.49193.7672.1929.61
Hex1569825413031c2481e
Octal251512021242306130211036
Binary10101110100110000010101010010011011000111000010100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156982; }

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

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

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

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

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

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

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

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