#157177

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

Shades of Allports #157177

Tints of Allports #157177

Color information

#157177 (or 0x157177) is unknown color: approx Allports. HEX triplet: 15, 71 and 77. RGB value is (21,113,119). Sum of RGB (Red+Green+Blue) = 21+113+119=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #157177 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157177 is #EA8E88. Grayscale: #565656. Windows color (decimal): -15371913 or 7827733. OLE color: 7827733.

HSL color Cylindrical-coordinate representation of color #157177: hue angle of 183.67º 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 #157177 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB21113119-
CMYK0.820.0500.53
HSL183.67º70%27.45%-
HSV(B)183.67º82.35%46.67%-
XYZ9.5413.319.52-
YUV86.18146.5281.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.30%
GREEN value IS 113 (44.53% from 255) = 44.66%
BLUE value IS 119 (46.88% from 255) = 47.04%
R=8.30%
G=44.66%
B=47.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal211131190.820.0500.53183.677027.45
Hex157177525035b8461b
Octal25161167122506527010633
Binary10101111000111101111010010101011010110111000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157177; }

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

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

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

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

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

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

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

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