Html Css Color HEX #157177 Allports

📋 copy color: '#157177'

red 21 ◦ green 113 ◦ blue 119

#157177
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #157177

Tints of Allports #157177

RGB

 RED value IS 21 (8.59% from 255) = 8.3%

 GREEN value IS 113 (44.53% from 255) = 44.66%

 BLUE value IS 119 (46.88% from 255) = 47.04%

R = 8.3%
G = 44.66%
B = 47.04%

CMYK

 C value IS 0.82

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#157177 (or 0x157177) is known color: 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

RGB 21 113 119 -
CMYK 0.82 0.05 0 0.53
HSL 183.67º 0.7% 0.27% -
HSV(B) 183.67º 0.82% 0.47% -
XYZ 9.54 13.3 19.52 -
YUV 86.18 146.52 81.51 -
System Red Green Blue C M Y K H S L
Decimal 21 113 119 0.82 0.05 0 0.53 183.67 0.7 0.27
Hex 15 71 77 52 5 0 35 B8 46 1B
Octal 25 161 167 122 5 0 65 270 106 33
Binary 10101 1110001 1110111 1010010 101 0 110101 10111000 1000110 11011

Color Harmonies of #157177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157177

Black with #157177

Text Example


Text Example

White with #157177

Text Example


Text Example

HTML Codes & Css Web 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>