#156D90

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

Shades of Allports #156D90

Tints of Allports #156D90

Color information

#156D90 (or 0x156D90) is unknown color: approx Allports. HEX triplet: 15, 6D and 90. RGB value is (21,109,144). Sum of RGB (Red+Green+Blue) = 21+109+144=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #156D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156D90 is #EA926F. Grayscale: #565656. Windows color (decimal): -15372912 or 9465109. OLE color: 9465109.

HSL color Cylindrical-coordinate representation of color #156D90: hue angle of 197.07º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #156D90 is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB21109144-
CMYK0.850.2400.44
HSL197.07º74.55%32.35%-
HSV(B)197.07º85.42%56.47%-
XYZ10.8113.1128.35-
YUV86.68160.3581.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.66%
GREEN value IS 109 (42.97% from 255) = 39.78%
BLUE value IS 144 (56.64% from 255) = 52.55%
R=7.66%
G=39.78%
B=52.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211091440.850.2400.44197.0774.5532.35
Hex156D90551802Cc54b20
Octal251552201253005430511340
Binary101011101101100100001010101110000101100110001011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156D90; }

 p { color: rgb(21,109,144); }

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

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

 a { background-color: rgb(21,109,144); }

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

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

 span { border-color: rgb(21,109,144); }

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