#157491

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

Shades of Allports #157491

Tints of Allports #157491

Color information

#157491 (or 0x157491) is unknown color: approx Allports. HEX triplet: 15, 74 and 91. RGB value is (21,116,145). Sum of RGB (Red+Green+Blue) = 21+116+145=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #157491 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157491 is #EA8B6E. Grayscale: #5A5A5A. Windows color (decimal): -15371119 or 9532437. OLE color: 9532437.

HSL color Cylindrical-coordinate representation of color #157491: hue angle of 194.03º 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 #157491 is Cyan = 0.86, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB21116145-
CMYK0.860.200.43
HSL194.03º74.7%32.55%-
HSV(B)194.03º85.52%56.86%-
XYZ11.6714.6929.01-
YUV90.9158.5378.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.45%
GREEN value IS 116 (45.70% from 255) = 41.13%
BLUE value IS 145 (57.03% from 255) = 51.42%
R=7.45%
G=41.13%
B=51.42%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal211161450.860.200.43194.0374.732.55
Hex157491561402Bc24b21
Octal251642211262405330211341
Binary101011110100100100011010110101000101011110000101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157491; }

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

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

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

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

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

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

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

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