#156882

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

Shades of Allports #156882

Tints of Allports #156882

Color information

#156882 (or 0x156882) is unknown color: approx Allports. HEX triplet: 15, 68 and 82. RGB value is (21,104,130). Sum of RGB (Red+Green+Blue) = 21+104+130=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #156882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156882 is #EA977D. Grayscale: #515151. Windows color (decimal): -15374206 or 8546325. OLE color: 8546325.

HSL color Cylindrical-coordinate representation of color #156882: hue angle of 194.31º 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 #156882 is Cyan = 0.84, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB21104130-
CMYK0.840.200.49
HSL194.31º72.19%29.61%-
HSV(B)194.31º83.85%50.98%-
XYZ9.2911.6722.88-
YUV82.1515584.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.24%
GREEN value IS 104 (41.02% from 255) = 40.78%
BLUE value IS 130 (51.17% from 255) = 50.98%
R=8.24%
G=40.78%
B=50.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal211041300.840.200.49194.3172.1929.61
Hex1568825414031c2481e
Octal251502021242406130211036
Binary10101110100010000010101010010100011000111000010100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156882; }

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

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

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

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

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

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

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

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