#156B89

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

Shades of Allports #156B89

Tints of Allports #156B89

Color information

#156B89 (or 0x156B89) is unknown color: approx Allports. HEX triplet: 15, 6B and 89. RGB value is (21,107,137). Sum of RGB (Red+Green+Blue) = 21+107+137=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 107 (42.19% from 255 or 40.38% from 265); Blue value is 137 (53.91% from 255 or 51.70% from 265); Max value from RGB is 137 - color contains mainly: blue. Hex color #156B89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156B89 is #EA9476. Grayscale: #545454. Windows color (decimal): -15373431 or 9005845. OLE color: 9005845.

HSL color Cylindrical-coordinate representation of color #156B89: hue angle of 195.52º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #156B89 is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB21107137-
CMYK0.850.2200.46
HSL195.52º73.42%30.98%-
HSV(B)195.52º84.67%53.73%-
XYZ10.0812.4825.54-
YUV84.71157.5182.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.92%
GREEN value IS 107 (42.19% from 255) = 40.38%
BLUE value IS 137 (53.91% from 255) = 51.70%
R=7.92%
G=40.38%
B=51.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal211071370.850.2200.46195.5273.4230.98
Hex156B89551602Ec4491f
Octal251532111252605630411137
Binary10101110101110001001101010110110010111011000100100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,107,137); }

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

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

 a { background-color: rgb(21,107,137); }

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

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

 span { border-color: rgb(21,107,137); }

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