#157B8D

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

Shades of Allports #157B8D

Tints of Allports #157B8D

Color information

#157B8D (or 0x157B8D) is unknown color: approx Allports. HEX triplet: 15, 7B and 8D. RGB value is (21,123,141). Sum of RGB (Red+Green+Blue) = 21+123+141=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 123 (48.44% from 255 or 43.16% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #157B8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157B8D is #EA8472. Grayscale: #5E5E5E. Windows color (decimal): -15369331 or 9272085. OLE color: 9272085.

HSL color Cylindrical-coordinate representation of color #157B8D: hue angle of 189º 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 #157B8D is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB21123141-
CMYK0.850.1300.45
HSL189º74.07%31.76%-
HSV(B)189º85.11%55.29%-
XYZ12.216.2527.69-
YUV94.55154.2175.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.37%
GREEN value IS 123 (48.44% from 255) = 43.16%
BLUE value IS 141 (55.47% from 255) = 49.47%
R=7.37%
G=43.16%
B=49.47%

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
Decimal211231410.850.1300.4518974.0731.76
Hex157B8D55D02Dbd4a20
Octal251732151251505527511240
Binary10101111101110001101101010111010101101101111011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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