Html Css Color HEX #156379 Allports

📋 copy color: '#156379'

red 21 ◦ green 99 ◦ blue 121

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

Shades of Allports #156379

Tints of Allports #156379

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.08%

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

R = 8.71%
G = 41.08%
B = 50.21%

CMYK

 C value IS 0.83

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#156379 (or 0x156379) is known color: Allports. HEX triplet: 15, 63 and 79. RGB value is (21,99,121). Sum of RGB (Red+Green+Blue) = 21+99+121=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 121 (47.66% from 255 or 50.21% from 241); Max value from RGB is 121 - color contains mainly: blue. Hex color #156379 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156379 is #EA9C86. Grayscale: #4E4E4E. Windows color (decimal): -15375495 or 7955221. OLE color: 7955221.

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

Color convert

RGB 21 99 121 -
CMYK 0.83 0.18 0 0.53
HSL 193.2º 0.7% 0.28% -
HSV(B) 193.2º 0.83% 0.47% -
XYZ 8.22 10.46 19.68 -
YUV 78.19 152.16 87.21 -
System Red Green Blue C M Y K H S L
Decimal 21 99 121 0.83 0.18 0 0.53 193.2 0.7 0.28
Hex 15 63 79 53 12 0 35 C1 46 1C
Octal 25 143 171 123 22 0 65 301 106 34
Binary 10101 1100011 1111001 1010011 10010 0 110101 11000001 1000110 11100

Color Harmonies of #156379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156379

Black with #156379

Text Example


Text Example

White with #156379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156379; }

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

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

background-color css

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

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

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

border-color css

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

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

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