Html Css Color HEX #157080 Allports

📋 copy color: '#157080'

red 21 ◦ green 112 ◦ blue 128

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

Shades of Allports #157080

Tints of Allports #157080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 49.04%

R = 8.05%
G = 42.91%
B = 49.04%

CMYK

 C value IS 0.84

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#157080 (or 0x157080) is known color: Allports. HEX triplet: 15, 70 and 80. RGB value is (21,112,128). Sum of RGB (Red+Green+Blue) = 21+112+128=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #157080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157080 is #EA8F7F. Grayscale: #565656. Windows color (decimal): -15372160 or 8417301. OLE color: 8417301.

HSL color Cylindrical-coordinate representation of color #157080: hue angle of 188.97º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #157080 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 112 128 -
CMYK 0.84 0.12 0 0.50
HSL 188.97º 0.72% 0.29% -
HSV(B) 188.97º 0.84% 0.5% -
XYZ 10 13.31 22.46 -
YUV 86.62 151.35 81.2 -
System Red Green Blue C M Y K H S L
Decimal 21 112 128 0.84 0.12 0 0.50 188.97 0.72 0.29
Hex 15 70 80 54 C 0 32 BD 48 1D
Octal 25 160 200 124 14 0 62 275 110 35
Binary 10101 1110000 10000000 1010100 1100 0 110010 10111101 1001000 11101

Color Harmonies of #157080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157080

Black with #157080

Text Example


Text Example

White with #157080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157080; }

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

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

background-color css

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

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

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

border-color css

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

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

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