Html Css Color HEX #157379 Allports

📋 copy color: '#157379'

red 21 ◦ green 115 ◦ blue 121

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

Shades of Allports #157379

Tints of Allports #157379

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.75%

 BLUE value IS 121 (47.66% from 255) = 47.08%

R = 8.17%
G = 44.75%
B = 47.08%

CMYK

 C value IS 0.83

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#157379 (or 0x157379) is known color: Allports. HEX triplet: 15, 73 and 79. RGB value is (21,115,121). Sum of RGB (Red+Green+Blue) = 21+115+121=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 121 - color contains mainly: blue. Hex color #157379 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157379 is #EA8C86. Grayscale: #575757. Windows color (decimal): -15371399 or 7959317. OLE color: 7959317.

HSL color Cylindrical-coordinate representation of color #157379: hue angle of 183.6º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157379 is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 21 115 121 -
CMYK 0.83 0.05 0 0.53
HSL 183.6º 0.7% 0.28% -
HSV(B) 183.6º 0.83% 0.47% -
XYZ 9.89 13.8 20.23 -
YUV 87.58 146.86 80.51 -
System Red Green Blue C M Y K H S L
Decimal 21 115 121 0.83 0.05 0 0.53 183.6 0.7 0.28
Hex 15 73 79 53 5 0 35 B8 46 1C
Octal 25 163 171 123 5 0 65 270 106 34
Binary 10101 1110011 1111001 1010011 101 0 110101 10111000 1000110 11100

Color Harmonies of #157379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157379

Black with #157379

Text Example


Text Example

White with #157379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157379; }

 p { color: rgb(21,115,121); }

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

background-color css

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

 a { background-color: rgb(21,115,121); }

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

border-color css

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

 span { border-color: rgb(21,115,121); }

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