#157377

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

Shades of Allports #157377

Tints of Allports #157377

Color information

#157377 (or 0x157377) is unknown color: approx Allports. HEX triplet: 15, 73 and 77. RGB value is (21,115,119). Sum of RGB (Red+Green+Blue) = 21+115+119=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #157377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157377 is #EA8C88. Grayscale: #575757. Windows color (decimal): -15371401 or 7828245. OLE color: 7828245.

HSL color Cylindrical-coordinate representation of color #157377: hue angle of 182.45º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157377 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB21115119-
CMYK0.820.0300.53
HSL182.45º70%27.45%-
HSV(B)182.45º82.35%46.67%-
XYZ9.7713.7519.59-
YUV87.35145.8680.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.24%
GREEN value IS 115 (45.31% from 255) = 45.10%
BLUE value IS 119 (46.88% from 255) = 46.67%
R=8.24%
G=45.10%
B=46.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal211151190.820.0300.53182.457027.45
Hex157377523035b6461b
Octal25163167122306526610633
Binary1010111100111110111101001011011010110110110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157377; }

 p { color: rgb(21,115,119); }

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

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

 a { background-color: rgb(21,115,119); }

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

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

 span { border-color: rgb(21,115,119); }

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