#156884

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

Shades of Allports #156884

Tints of Allports #156884

Color information

#156884 (or 0x156884) is unknown color: approx Allports. HEX triplet: 15, 68 and 84. RGB value is (21,104,132). Sum of RGB (Red+Green+Blue) = 21+104+132=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #156884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156884 is #EA977B. Grayscale: #525252. Windows color (decimal): -15374204 or 8677397. OLE color: 8677397.

HSL color Cylindrical-coordinate representation of color #156884: hue angle of 195.14º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #156884 is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB21104132-
CMYK0.840.2100.48
HSL195.14º72.55%30%-
HSV(B)195.14º84.09%51.76%-
XYZ9.4211.7323.6-
YUV82.3815684.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.17%
GREEN value IS 104 (41.02% from 255) = 40.47%
BLUE value IS 132 (51.95% from 255) = 51.36%
R=8.17%
G=40.47%
B=51.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal211041320.840.2100.48195.1472.5530
Hex1568845415030c3491e
Octal251502041242506030311136
Binary10101110100010000100101010010101011000011000011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156884; }

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

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

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

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

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

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

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

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