Html Css Color HEX #156079 Allports

📋 copy color: '#156079'

red 21 ◦ green 96 ◦ blue 121

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

Shades of Allports #156079

Tints of Allports #156079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.34%

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

R = 8.82%
G = 40.34%
B = 50.84%

CMYK

 C value IS 0.83

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#156079 (or 0x156079) is known color: Allports. HEX triplet: 15, 60 and 79. RGB value is (21,96,121). Sum of RGB (Red+Green+Blue) = 21+96+121=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 121 (47.66% from 255 or 50.84% from 238); Max value from RGB is 121 - color contains mainly: blue. Hex color #156079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156079 is #EA9F86. Grayscale: #4C4C4C. Windows color (decimal): -15376263 or 7954453. OLE color: 7954453.

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

Color convert

RGB 21 96 121 -
CMYK 0.83 0.21 0 0.53
HSL 195º 0.7% 0.28% -
HSV(B) 195º 0.83% 0.47% -
XYZ 7.94 9.91 19.58 -
YUV 76.43 153.15 88.47 -
System Red Green Blue C M Y K H S L
Decimal 21 96 121 0.83 0.21 0 0.53 195 0.7 0.28
Hex 15 60 79 53 15 0 35 C3 46 1C
Octal 25 140 171 123 25 0 65 303 106 34
Binary 10101 1100000 1111001 1010011 10101 0 110101 11000011 1000110 11100

Color Harmonies of #156079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156079

Black with #156079

Text Example


Text Example

White with #156079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156079; }

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

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

background-color css

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

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

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

border-color css

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

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

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