Html Css Color HEX #157479 Allports

📋 copy color: '#157479'

red 21 ◦ green 116 ◦ blue 121

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

Shades of Allports #157479

Tints of Allports #157479

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.96%

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

R = 8.14%
G = 44.96%
B = 46.9%

CMYK

 C value IS 0.83

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#157479 (or 0x157479) is known color: Allports. HEX triplet: 15, 74 and 79. RGB value is (21,116,121). Sum of RGB (Red+Green+Blue) = 21+116+121=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 121 (47.66% from 255 or 46.90% from 258); Max value from RGB is 121 - color contains mainly: blue. Hex color #157479 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157479 is #EA8B86. Grayscale: #585858. Windows color (decimal): -15371143 or 7959573. OLE color: 7959573.

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

Color convert

RGB 21 116 121 -
CMYK 0.83 0.04 0 0.53
HSL 183º 0.7% 0.28% -
HSV(B) 183º 0.83% 0.47% -
XYZ 10.01 14.03 20.27 -
YUV 88.17 146.53 80.09 -
System Red Green Blue C M Y K H S L
Decimal 21 116 121 0.83 0.04 0 0.53 183 0.7 0.28
Hex 15 74 79 53 4 0 35 B7 46 1C
Octal 25 164 171 123 4 0 65 267 106 34
Binary 10101 1110100 1111001 1010011 100 0 110101 10110111 1000110 11100

Color Harmonies of #157479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157479

Black with #157479

Text Example


Text Example

White with #157479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157479; }

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

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

background-color css

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

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

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

border-color css

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

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

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