#156997

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

Shades of Allports #156997

Tints of Allports #156997

Color information

#156997 (or 0x156997) is unknown color: approx Allports. HEX triplet: 15, 69 and 97. RGB value is (21,105,151). Sum of RGB (Red+Green+Blue) = 21+105+151=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 151 (59.38% from 255 or 54.51% from 277); Max value from RGB is 151 - color contains mainly: blue. Hex color #156997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156997 is #EA9668. Grayscale: #545454. Windows color (decimal): -15373929 or 9922837. OLE color: 9922837.

HSL color Cylindrical-coordinate representation of color #156997: hue angle of 201.23º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #156997 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB21105151-
CMYK0.860.3000.41
HSL201.23º75.58%33.73%-
HSV(B)201.23º86.09%59.22%-
XYZ10.9512.531.11-
YUV85.13165.1782.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.58%
GREEN value IS 105 (41.41% from 255) = 37.91%
BLUE value IS 151 (59.38% from 255) = 54.51%
R=7.58%
G=37.91%
B=54.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal211051510.860.3000.41201.2375.5833.73
Hex156997561E029c94c22
Octal251512271263605131111442
Binary101011101001100101111010110111100101001110010011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156997; }

 p { color: rgb(21,105,151); }

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

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

 a { background-color: rgb(21,105,151); }

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

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

 span { border-color: rgb(21,105,151); }

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