#156482

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

Shades of Allports #156482

Tints of Allports #156482

Color information

#156482 (or 0x156482) is unknown color: approx Allports. HEX triplet: 15, 64 and 82. RGB value is (21,100,130). Sum of RGB (Red+Green+Blue) = 21+100+130=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #156482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156482 is #EA9B7D. Grayscale: #4F4F4F. Windows color (decimal): -15375230 or 8545301. OLE color: 8545301.

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

Color convert

RGB21100130-
CMYK0.840.2300.49
HSL196.51º72.19%29.61%-
HSV(B)196.51º83.85%50.98%-
XYZ8.910.8922.75-
YUV79.8156.3386.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.37%
GREEN value IS 100 (39.45% from 255) = 39.84%
BLUE value IS 130 (51.17% from 255) = 51.79%
R=8.37%
G=39.84%
B=51.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal211001300.840.2300.49196.5172.1929.61
Hex1564825417031c5481e
Octal251442021242706130511036
Binary10101110010010000010101010010111011000111000101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156482; }

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

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

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

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

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

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

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

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