Html Css Color HEX #156979 Allports

📋 copy color: '#156979'

red 21 ◦ green 105 ◦ blue 121

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

Shades of Allports #156979

Tints of Allports #156979

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.51%

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

R = 8.5%
G = 42.51%
B = 48.99%

CMYK

 C value IS 0.83

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#156979 (or 0x156979) is known color: Allports. HEX triplet: 15, 69 and 79. RGB value is (21,105,121). Sum of RGB (Red+Green+Blue) = 21+105+121=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 121 (47.66% from 255 or 48.99% from 247); Max value from RGB is 121 - color contains mainly: blue. Hex color #156979 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156979 is #EA9686. Grayscale: #515151. Windows color (decimal): -15373959 or 7956757. OLE color: 7956757.

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

Color convert

RGB 21 105 121 -
CMYK 0.83 0.13 0 0.53
HSL 189.6º 0.7% 0.28% -
HSV(B) 189.6º 0.83% 0.47% -
XYZ 8.81 11.64 19.87 -
YUV 81.71 150.17 84.7 -
System Red Green Blue C M Y K H S L
Decimal 21 105 121 0.83 0.13 0 0.53 189.6 0.7 0.28
Hex 15 69 79 53 D 0 35 BE 46 1C
Octal 25 151 171 123 15 0 65 276 106 34
Binary 10101 1101001 1111001 1010011 1101 0 110101 10111110 1000110 11100

Color Harmonies of #156979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156979

Black with #156979

Text Example


Text Example

White with #156979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156979; }

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

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

background-color css

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

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

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

border-color css

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

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

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