#156F90

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

Shades of Allports #156F90

Tints of Allports #156F90

Color information

#156F90 (or 0x156F90) is unknown color: approx Allports. HEX triplet: 15, 6F and 90. RGB value is (21,111,144). Sum of RGB (Red+Green+Blue) = 21+111+144=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #156F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156F90 is #EA906F. Grayscale: #575757. Windows color (decimal): -15372400 or 9465621. OLE color: 9465621.

HSL color Cylindrical-coordinate representation of color #156F90: hue angle of 196.1º 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 #156F90 is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB21111144-
CMYK0.850.2300.44
HSL196.1º74.55%32.35%-
HSV(B)196.1º85.42%56.47%-
XYZ11.0313.5428.42-
YUV87.85159.6880.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.61%
GREEN value IS 111 (43.75% from 255) = 40.22%
BLUE value IS 144 (56.64% from 255) = 52.17%
R=7.61%
G=40.22%
B=52.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211111440.850.2300.44196.174.5532.35
Hex156F90551702Cc44b20
Octal251572201252705430411340
Binary101011101111100100001010101101110101100110001001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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