#157A8D

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

Shades of Allports #157A8D

Tints of Allports #157A8D

Color information

#157A8D (or 0x157A8D) is unknown color: approx Allports. HEX triplet: 15, 7A and 8D. RGB value is (21,122,141). Sum of RGB (Red+Green+Blue) = 21+122+141=284 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.39% from 284); Green value is 122 (48.05% from 255 or 42.96% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #157A8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157A8D is #EA8572. Grayscale: #5D5D5D. Windows color (decimal): -15369587 or 9271829. OLE color: 9271829.

HSL color Cylindrical-coordinate representation of color #157A8D: hue angle of 189.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #157A8D is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB21122141-
CMYK0.850.1300.45
HSL189.5º74.07%31.76%-
HSV(B)189.5º85.11%55.29%-
XYZ12.081627.65-
YUV93.97154.5475.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.39%
GREEN value IS 122 (48.05% from 255) = 42.96%
BLUE value IS 141 (55.47% from 255) = 49.65%
R=7.39%
G=42.96%
B=49.65%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal211221410.850.1300.45189.574.0731.76
Hex157A8D55D02Dbe4a20
Octal251722151251505527611240
Binary10101111101010001101101010111010101101101111101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157A8D; }

 p { color: rgb(21,122,141); }

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

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

 a { background-color: rgb(21,122,141); }

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

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

 span { border-color: rgb(21,122,141); }

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