#157592

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

Shades of Allports #157592

Tints of Allports #157592

Color information

#157592 (or 0x157592) is unknown color: approx Allports. HEX triplet: 15, 75 and 92. RGB value is (21,117,146). Sum of RGB (Red+Green+Blue) = 21+117+146=284 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.39% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #157592 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157592 is #EA8A6D. Grayscale: #5B5B5B. Windows color (decimal): -15370862 or 9598229. OLE color: 9598229.

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

Color convert

RGB21117146-
CMYK0.860.2000.43
HSL193.92º74.85%32.75%-
HSV(B)193.92º85.62%57.25%-
XYZ11.8614.9629.46-
YUV91.6158.777.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.39%
GREEN value IS 117 (46.09% from 255) = 41.20%
BLUE value IS 146 (57.42% from 255) = 51.41%
R=7.39%
G=41.20%
B=51.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal211171460.860.2000.43193.9274.8532.75
Hex157592561402Bc24b21
Octal251652221262405330211341
Binary101011110101100100101010110101000101011110000101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157592; }

 p { color: rgb(21,117,146); }

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

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

 a { background-color: rgb(21,117,146); }

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

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

 span { border-color: rgb(21,117,146); }

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