Html Css Color HEX #157077 Allports

📋 copy color: '#157077'

red 21 ◦ green 112 ◦ blue 119

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

Shades of Allports #157077

Tints of Allports #157077

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.44%

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

R = 8.33%
G = 44.44%
B = 47.22%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#157077 (or 0x157077) is known color: Allports. HEX triplet: 15, 70 and 77. RGB value is (21,112,119). Sum of RGB (Red+Green+Blue) = 21+112+119=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #157077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157077 is #EA8F88. Grayscale: #555555. Windows color (decimal): -15372169 or 7827477. OLE color: 7827477.

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

Color convert

RGB 21 112 119 -
CMYK 0.82 0.06 0 0.53
HSL 184.29º 0.7% 0.27% -
HSV(B) 184.29º 0.82% 0.47% -
XYZ 9.43 13.08 19.48 -
YUV 85.59 146.85 81.93 -
System Red Green Blue C M Y K H S L
Decimal 21 112 119 0.82 0.06 0 0.53 184.29 0.7 0.27
Hex 15 70 77 52 6 0 35 B8 46 1B
Octal 25 160 167 122 6 0 65 270 106 33
Binary 10101 1110000 1110111 1010010 110 0 110101 10111000 1000110 11011

Color Harmonies of #157077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157077

Black with #157077

Text Example


Text Example

White with #157077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157077; }

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

 H1.HeaderClassName
 {
   color: #157077;
 }
 .AnyTagClassName
 {
   color: #157077;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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