#157091

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

Shades of Allports #157091

Tints of Allports #157091

Color information

#157091 (or 0x157091) is unknown color: approx Allports. HEX triplet: 15, 70 and 91. RGB value is (21,112,145). Sum of RGB (Red+Green+Blue) = 21+112+145=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #157091 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157091 is #EA8F6E. Grayscale: #585858. Windows color (decimal): -15372143 or 9531413. OLE color: 9531413.

HSL color Cylindrical-coordinate representation of color #157091: hue angle of 195.97º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #157091 is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB21112145-
CMYK0.860.2300.43
HSL195.97º74.7%32.55%-
HSV(B)195.97º85.52%56.86%-
XYZ11.2113.7928.86-
YUV88.55159.8579.82-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.55%
GREEN value IS 112 (44.14% from 255) = 40.29%
BLUE value IS 145 (57.03% from 255) = 52.16%
R=7.55%
G=40.29%
B=52.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal211121450.860.2300.43195.9774.732.55
Hex157091561702Bc44b21
Octal251602211262705330411341
Binary101011110000100100011010110101110101011110001001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157091; }

 p { color: rgb(21,112,145); }

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

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

 a { background-color: rgb(21,112,145); }

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

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

 span { border-color: rgb(21,112,145); }

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