#157477

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

Shades of Allports #157477

Tints of Allports #157477

Color information

#157477 (or 0x157477) is unknown color: approx Allports. HEX triplet: 15, 74 and 77. RGB value is (21,116,119). Sum of RGB (Red+Green+Blue) = 21+116+119=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #157477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157477 is #EA8B88. Grayscale: #575757. Windows color (decimal): -15371145 or 7828501. OLE color: 7828501.

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

Color convert

RGB21116119-
CMYK0.820.0300.53
HSL181.84º70%27.45%-
HSV(B)181.84º82.35%46.67%-
XYZ9.8813.9819.63-
YUV87.94145.5380.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.20%
GREEN value IS 116 (45.70% from 255) = 45.31%
BLUE value IS 119 (46.88% from 255) = 46.48%
R=8.20%
G=45.31%
B=46.48%

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
Decimal211161190.820.0300.53181.847027.45
Hex157477523035b6461b
Octal25164167122306526610633
Binary1010111101001110111101001011011010110110110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157477; }

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

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

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

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

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

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

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

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