#157B87

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

Shades of Allports #157B87

Tints of Allports #157B87

Color information

#157B87 (or 0x157B87) is unknown color: approx Allports. HEX triplet: 15, 7B and 87. RGB value is (21,123,135). Sum of RGB (Red+Green+Blue) = 21+123+135=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 135 (53.12% from 255 or 48.39% from 279); Max value from RGB is 135 - color contains mainly: blue. Hex color #157B87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157B87 is #EA8478. Grayscale: #5D5D5D. Windows color (decimal): -15369337 or 8878869. OLE color: 8878869.

HSL color Cylindrical-coordinate representation of color #157B87: hue angle of 186.32º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #157B87 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB21123135-
CMYK0.840.0900.47
HSL186.32º73.08%30.59%-
HSV(B)186.32º84.44%52.94%-
XYZ11.7716.0725.4-
YUV93.87151.2176.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.53%
GREEN value IS 123 (48.44% from 255) = 44.09%
BLUE value IS 135 (53.12% from 255) = 48.39%
R=7.53%
G=44.09%
B=48.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal211231350.840.0900.47186.3273.0830.59
Hex157B8754902Fba491f
Octal251732071241105727211137
Binary1010111110111000011110101001001010111110111010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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